Bookmarks

Bookmarks bar

Tutorials

General Resources

Developer-Y/cs-video-courses: List of Computer Science courses with video lectures.

ORM

EntityFramework

Transactions

c# - EF multiple select queries in atomic transaction - Stack Overflow
Transaction in Entity Framework 6 & Core
Using transactions in entity framework core - CoreView
c# - Entity Framework multi select from multiple table with no relationship in one transaction - Stack Overflow
c# - One transaction with multiple dbcontexts - Stack Overflow
c# - How to query aggregated values from multiple table in EF Core in one query? - Stack Overflow
asp.net mvc - Running multiple select queries using the same db context - Stack Overflow
c# - Pull data from multiple tables in one SQL query using LINQ and Entity Framework (Core) - Stack Overflow
c# - Entity Framework Core makes multiple request if the result is a complex object - Stack Overflow
Transactions - EF Core | Microsoft Learn
entity framework - EF multiple aggregate in single query - Stack Overflow
asp.net core mvc - How to execute multiple raw SQL commands in a single transaction? - Stack Overflow
.net - Best Approach To Handle Multiple Select Statements In A Single Trip To The Database - Stack Overflow
mysql - Single Large Transaction VS Multiple Small Transaction - Stack Overflow
Single vs. Split Queries - EF Core | Microsoft Learn
Entity Framework Core 5 — Split Queries | by Henrique Siebert Domareski | Medium
Jaliya's Blog: EF Core 5.0: Split Queries
Using split queries (AsSplitQuery) in Entity Framework Core to avoid the cartesian explosion problem
How to execute two EF linq query with one db round trip
Stored Procedures with Multiple Result Sets - EF6 | Microsoft Learn
c# - Entity Framework: Execute multiple commands in one round trip - Stack Overflow
c# - How to execute two EF linq query with one db round trip - Stack Overflow
Simple Queries Causing Multiple Round-Trips to Database and Poor Performance | Telerik Forums
Query Future in Entity Framework Plus (EF Plus)
https://dejanstojanovic.net/aspnet/2020/november/running-multiple-queries-at-the-same-time-in-ef-core/
ORM Queries: Too Many Roundtrips | Josh the Coder
Best practice with multiple queries in a request : r/dotnet

Loading Related Entities Or Navigation Properties

c# - .Include() vs .Load() performance in EntityFramework - Stack Overflow
Loading Related Entities - EF6 | Microsoft Docs
c# - .Include() vs .Load() performance in EntityFramework - Stack Overflow
Loading Related Data - EF Core | Microsoft Docs
[SOLVED] => .Include() vs .Load() performance in EntityFramework
Loading (Eager & Lazy)
Eager Loading, Lazy Loading And Explicit Loading In Entity Framework
Eager Loading in Entity Framework
Querying in Entity Framework Core
Explicit Loading Related Entities in EF 6 and EF Core
c# - Return one column from navigation table in my lambda linq query by .include() - Stack Overflow
[SOLVED] => LINQ include multiple childs
c# - Linq Query with a Where clause in an Include statement - Stack Overflow
c# - Linq Include and Where Clause - Stack Overflow
asp.net core mvc - Include several references on the second level - Stack Overflow
No way to .ThenInclude() multiple sub-properties · Issue #4716 · dotnet/efcore · GitHub
LINQ Include | How include works in LINQ with Examples?
c# - Linq where on include - Stack Overflow
[SOLVED] => Write where condition inside Include in linq query
sql - What does Include() do in LINQ? - Stack Overflow
Include with Where Clause in EF6 Tutorial
c# - Entity Framework Core Include(...Where) - Stack Overflow
c# - Filtering on Include in EF Core - Stack Overflow
c# - The Include property lambda expression [...] is invalid. The expression should represent a property access - Stack Overflow
c# - Filtering include items in LINQ and Entity Framework - Stack Overflow
Select specific properties from include ones in entity framework core - Stack Overflow
c# - Include() vs Select() performance - Stack Overflow
c# - Log Queries executed by Entity Framework DbContext - Stack Overflow
When to use Include in EF6 Tutorial
Query IncludeOptimized in Entity Framework Plus (EF Plus)
Maximizing Entity Framework Core Query Performance - Edgeside Solutions LLC
3 ways to improve the EF Core performance in your .NET Core app | by Sergiy Korzh | Level Up Coding
Database Queries in Entity Framework Core - Code Maze
c# - LINQ Select within a Select - Stack Overflow
LINQ Select Projection Operator in C# - Dot Net Tutorials
8 Tips and Tricks for Writing the Best Queries in LINQ to Entities | Syncfusion Blogs
LINQ | Join (Inner Join) - GeeksforGeeks
c# - Entity-framework code is slow when using Include() many times - Stack Overflow
Efficient Querying - EF Core | Microsoft Docs
.net - C# Entity Framework: Linq Filter out certain GrandChild Elements - Stack Overflow
c# - EF: Include with where clause - Stack Overflow
linq - What is the best way to increase the performance of this code? - Stack Overflow
c# - Entity Framework include poor performance - Stack Overflow
c# - Conditional Include() in Entity Framework - Stack Overflow
What's New in EF Core 5.0 | Microsoft Docs
LINQ Include Uncovered. Learn all the tricks - Chubby Developer
c# - Filtering Children in Entity Framework Query - Stack Overflow
Advanced Performance Topics | Microsoft Docs
Optimizing Entity Framework Performance | Toptal
What is Lazy Loading | Lazy vs. Eager Loading | Imperva
c# - Lazy Loading vs Eager Loading - Stack Overflow
What is Eager Loading and What is Lazy Loading and What is N+1 Problem in Entity Framework?
Difference between Lazy Loading and Eager Loading
Lazy vs. Eager: Which Data Loading Strategy Should You Use
Explicit Loading of Related Data - EF Core | Microsoft Docs
Eager Loading of Related Data - EF Core | Microsoft Docs
Lazy Loading of Related Data - EF Core | Microsoft Docs
Lazy Loading: How It Decreases Load Time and Increases Engagement
Loading Related Entities - EF6 | Microsoft Docs
lazy loading is better than eager loading?

Filters

Entity Framework: Querying Child Entities - Stack Overflow
c# - EF get list of parent entities that have list of child - Stack Overflow
[SOLVED] => EF Core - Filtering by a child collection of Key Value...
c# - Express query with multiple OR and filter on joined table with Entity Framework Core - Stack Overflow
[SOLVED] => Entity Framework Core Include with Filter
[SOLVED] => Entity Framework include filter child collection

IQueryable

architecture - Should Repositories return IQueryable? - Software Engineering Stack Exchange
Entity Framework Repository Pattern why not return Iqueryable? - Stack Overflow
entity framework - When I do not expose IQueryable then I have not to do integration tests - Stack Overflow
IEnumerable Vs IQueryable In LINQ
What is the difference between IQueryable<T> and IEnumerable<T>? - Stack Overflow
Difference between IEnumerable and IQueryable - Josip Miskovic
IEnumerable VS IQueryable
c# - Returning IEnumerable<T> vs. IQueryable<T> - Stack Overflow
Differences between IEnumerable and IQueryable in C# - Dot Net Tutorials
IEnumerable vs IQueryable - Head to Head Comparison with Code Example
linq - What's the difference between IQueryable and IEnumerable - Stack Overflow

Print Query And Logging

How to Use Mini Profiler in ASP.NET Core Web API | dotnetthoughts
protact miniprofiler .net core Code Example
Asp.net core 2.2 api not able to integrate miniprofiler, dapper and mySql to work - Stack Overflow
Code Profiling using MiniProfiler in ASP.NET Core 3.1 | Pro Code Guide
How to use MiniProfiler in ASP.Net Core | InfoWorld
Common features in ASP.NET Core 2.2 WebApi: Profiling – Anthony Giretti's .NET blog
c# - How to allow MiniProfiler to see EF DbContext.Database.SqlQuery queries - Stack Overflow
ado.net - How do I view the SQL generated by the Entity Framework? - Stack Overflow
3 Ways to View and Log the SQL Generated by Entity Framework Core 5
c# - MiniProfiler ASP.NET Core - ShouldProfile based on user role - Stack Overflow
Development With A Dot - Profiling Entity Framework Code First With MiniProfiler
How to profile Entity Framework activity against SQL Server? - Stack Overflow
Logging and intercepting database operations - EF6 | Microsoft Docs
query optimization - Profiling Entity Framework Core using SQL Server Profiler - Stack Overflow
Debugging Entity Framework with SQL Server Profiler

Check All Values Exist By One Query

c# - Entity Framework / Linq: Efficiently detect if all elements exist in database - Stack Overflow
c# - Check if list of entities already exist in Database using linq to entities - Stack Overflow

Query Data

Querying Data - EF Core | Microsoft Learn
How Queries Work - EF Core | Microsoft Learn
Why we need to use AsNoTracking() in .Net C# EntityFramework | by Nicolas Fontes | Medium
Entity Framework .AsNoTracking() – why & how (EF and EF Core) – A Girl Among Geeks
c# - AsNoTracking() and Include - Stack Overflow

Indexes

Indexes - EF Core | Microsoft Learn
Microsoft SQL Server Database Provider - Indexes - EF Core | Microsoft Learn
c# - How to define a multi-field index with Entity Framework Core 2.1 - Stack Overflow
EF Core - How to add indexes | MAKOLYTE
Create a non-clustered index in Entity Framework Core-sql-server
c# - EF Code First - Multiple column index with navigation property - Stack Overflow
The Fluent API HasIndex Method | Learn Entity Framework Core

Install

How to get Entity Framework Core | Learn Entity Framework Core
Installing Entity Framework Core - EF Core | Microsoft Learn
Install Entity Framework Core

Configuration

www.entityframeworktutorial.net
Working with DbContext - EF6 | Microsoft Learn
DbContext Lifetime, Configuration, and Initialization - EF Core | Microsoft Learn
Creating a Model - EF6 | Microsoft Learn
The Entity Framework Core DbContext | Learn Entity Framework Core
Adding data via the DbContext | Learn Entity Framework Core
First EF Core Console Application
DbContext Class (Microsoft.EntityFrameworkCore) | Microsoft Learn

Refactor

java - Replace conditional with polymorphism - Stack Overflow
Replace Conditional Statements (IF/ELSE or SWITCH) With Polymorphism | Codementor
Replace Conditional with Polymorphism
🛠Refactoring: Replacing Conditional with Polymorphism - DEV Community

Software Engineering

System Design

6 - Hashing

Consistent Hashing (New) - Grokking the System Design Interview
Consistent Hashing: System Design Concept
System Design Interview Concepts - Consistent Hashing
The Ultimate Guide to Consistent Hashing | Toptal
Hashing in Distributed Systems - GeeksforGeeks
Consistent Hashing - System Design
Consistent Hashing - Grokking the System Design Interview
Consistent Hashing, a .Net/C# implementation | by Rudrajit Chakraborty | Medium
C# implementation of consistent Hash algorithm (KetamaHash) - Karatos
How we implemented efficient consistent hashing | Ably Blog: Data in Motion
GitHub - shuvava/ring-hash: implementation of consistent hash based on ring hash
C# Redis client's implementation of consistent hash algorithm - Katastros
Consistent hashing - CodeProject
Consistent Hashing | Codementor
[distributed] load balance 03 – Java implementation of consistent hash algorithm | Develop Paper
Consistent Hashing | Interview Cake
Consistent hashing - Wikipedia
Consistent Hashing. Consistent hashing is a hashing… | by Arpit | Level Up Coding
Consistent Hashing and Caching
Question
Rendezvous Hashing Explained - Randorithms
Consistent hashing - HandWiki
Question
Consistent hashing and rendezvous hashing explained. | Franco Fernando
Rendezvous hashing - Wikipedia
Introducing Consistent Hashing. What is consistent hashing? How is it… | by Teiva Harsanyi | ITNEXT

5 - Load Balancer

Load Balancer
Attention Required! | Cloudflare
https://avinetworks.com/what-is-load-balancing/
What is a Load Balancer? Load Balancing Definition - Citrix
Elastic Load Balancing
Load balancing (computing) - Wikipedia
What is load balancing? | How load balancers work | Cloudflare
What is global server load balancing (GSLB)? | Cloudflare
What is DNS-based load balancing? | DNS load balancing | Cloudflare
What is server failover? | Failover meaning | Cloudflare
What is a Load Balancer, Load Balancing? | Glossary | A10 Networks
Load Balancer - System Design Interview Question - GeeksforGeeks
Load Balancing - Grokking the System Design Interview
Load Balancing - Grokking the System Design Interview
Load balancing for system design interviews (all you need to know) – IGotAnOffer
Load Balancer in System Design
System Design, Chapter 3: Load Balancing
System Design Interview Concepts – Load Balancing
2. Load Balancer · System Design
System Design Basics: Getting started with Load Balancer | by Ashis Chakraborty | codeburst
Attention Required! | Cloudflare
What is DNS-Based Load Balancing? & Examples | ThousandEyes
What is DNS Server Load Balancing? | Glossary | A10 Networks
DNS Load Balancing: What is It and Why Do You Need It?
DNS Failover and Load Balancing - Expect Delays | Imperva
Load Balancer | Types of Load Balancers | Benefits of Load balancer
Load balancer types - Amazon Elastic Container Service
What Is Load Balancing? Types, Configurations, and Best Tools - DNSstuff
What is L4-L7 Network Services? Definition and Related FAQs | Avi Networks
L4 vs L7 Load Balancing. Load balancing is one of the primary… | by Mohak Puri | Level Up Coding
Layer 4 vs Layer 7 Load Balancing | Glossary | A10 Networks
Layer 4 vs. Layer 7 Load Balancing | Resonate
Load Balancer | L4 vs L7 – Lets Code
Load Balancing Layer 4 and Layer 7 | Free Load Balancer
Question
Round-Robin DNS + ThinRDP's Load Balancer
What is DNS Load Balancing? | Avi Networks
What Is DNS Load Balancing? - NGINX

4 - Proxy Server

ماهو البروكسي Proxy Server وكيف يعمل - مطور
What Is A Proxy Server? | PCMag
Uses of Proxy servers and different types of proxy servers
What is a proxy server and how does it work - javatpoint
The Difference Between Proxy and Reverse Proxy | strongDM
Forward Proxy vs. Reverse Proxy Servers | JSCAPE
Differences Between Forward Proxy and Reverse Proxy - LinuxBabe
The Difference: Reverse Proxy vs Forward Proxy | Smartproxy
webserver - What's the difference between a proxy server and a reverse proxy server? - Stack Overflow
Question
Forward Proxy vs Reverse Proxy: Understand the difference - IP With Ease
What is a reverse proxy? | Proxy servers explained | Cloudflare
Configure ASP.NET Core to work with proxy servers and load balancers | Microsoft Docs
Building a Reverse Proxy in .NET Core
How to creating a Reverse Proxy middleware in ASP.NET core-iaspnetcore.com
Proxy Servers and Load Balancers :: Duende IdentityServer Documentation
liveBook · Manning
13+ Best Proxy Server Services for 2022- Free and Paid
8 Top Open Source Reverse Proxy Servers for Linux

1 - System Design Non Functional Requirements Concepts

Availability: System Design Concept
High availability - Wikipedia
Latency, throughput, and availability for system design interviews – IGotAnOffer
How to Measure Availability in Distributed Systems | by Ashis Chakraborty | Towards Data Science
What is High Availability? - Definition from WhatIs.com
Availability Design Examples (Sun Java Enterprise System Deployment Planning Guide)
System Design Interview Questions – Concepts You Should Know
How to Achieve a High Availability Architecture for Business Continuity | Secure Cloud Backup Software | Nordic Backup
TCP Throughput Calculations – Kerry Cordero
Latency, Bandwidth and Throughput - System Design
performance - What is the difference between latency, bandwidth and throughput? - Stack Overflow
Understanding Latency versus Throughput - System Design and Verification - Cadence Blogs - Cadence Community
networking - Throughput and bandwidth difference? - Stack Overflow
What is the Latency of a System?
Throughput: System Design Concept
Latency vs throughput · System Design
⚙️ Latency and throughput: What you should know before designing your system | Pipefy Community
Throughput vs Bandwidth: Understanding the Difference + Tools
Bandwidth and Throughput in Networking: Guide and Tools - DNSstuff
Difference Between Bandwidth and Throughput | Difference Between
BANDWIDTH vs THROUGHPUT - IP With Ease
Network Throughput vs. Bandwidth: Differences and Tools | Indeed.com
Difference between bandwidth and throughput - javatpoint
Bandwidth vs. Throughput - Video & Lesson Transcript | Study.com
Difference between Bandwidth and Throughput - GeeksforGeeks
Designing Twitter: System Design Interview Question
System design | Back of envelop calculations for storage, memory, bandwidth, traffic etc. - Its All Binary - Coding Posts, Examples, Projects & More
Pulse‏ | LinkedIn
Network Throughput vs Bandwidth and How to Measure It
Non-functional Requirements in Software Engineering - GeeksforGeeks
What is Non-Functional Requirement in Software Engineering? Types and Examples
Non-functional Requirements: Examples, Types, Approaches | AltexSoft
Nonfunctional Requirements - Scaled Agile Framework
Non-functional requirement - Wikipedia
What are Non Functional Requirements With Examples| Perforce
Difference between functional and non-functional requirements - javatpoint
What Are Non-Functional Requirements? Types and Examples - WINaTALENT | Blog
9 Nonfunctional Requirements Examples | Indeed.com
Functional vs. Nonfunctional Requirements (With Examples) | Indeed.com
Functional vs Non-Functional Requirements [Updated 2021] | Enkonix
The importance of functional and non-functional requirements in soft
Functional Requirements And Non Functional Requirements
What Are Non-Functional Requirements in Software Engineering - GC
Functional vs Non-functional Requirements: List & Examples of systems engineering best practices and quality attribute
Non Functional Requirements – Characteristics of Software | T4Tutorials.com
Video 14 - Nonfunctional Requirements - YouTube
Axel Van Lamsweerde for Non-Functional Requirements on Software... | Download Scientific Diagram
A New Non-Functional Requirements Multilevel Roadmap Taxonomy on... | Download Scientific Diagram
Human Computer Interaction G52HCI - ppt video online download
1: Types of non-functional requirements [Sommerville 2006]  | Download Scientific Diagram
Guide to Non-Functional Requirements: Types and Examples | Insight | Box UK
Writing Clear Functional and Non-functional Requirements: Best Practices | Mobindustry
How To Define Scope on Software Development Projects: Functional and Non-Functional Requirements - Business Analyst Articles, Webinars, Templates, Jobs
Software Requirements Specification document with example - Krazytech
Software Engineering | Classification of Software Requirements - GeeksforGeeks
What are the types of requirements in software engineering?
What is Software Requirement? Types of Requirements. - Computer Notes
Software Engineering | Requirement Engineering - javatpoint
What Are The Different Types Of Requirements In Software Engineering? – McNally Institute
Functional and Non-functional Requirements: Specification and Types | AltexSoft
Software Requirements Analysis with Example
Types of Requirements in Software Testing |Professionalqa.com
Requirement - Wikipedia
Implementation - Wikipedia
Different Types of Software Requirement – Functional, Non-Functional – SRS – TheITEducation.com
CS 410/510 - Software Engineering class notes
Organizational Requirements in Software Engineering [Delivery, Implementation, Standards] | T4Tutorials.com
Software Requirements, Prototyping and Specification | by Ranjan Bajracharya | Medium
project management - What are the differences between functional, operational and technical requirements? - Software Engineering Stack Exchange
Difference between “Functional”, “Operational”, and “Technical” competence in the “ideal competence” tab? – Effivity FAQ & Knowledgebase
Operational Requirements | The MITRE Corporation
Software Requirements Remark that the slides are highly
Non-functional requirements of proposed approach  | Download Scientific Diagram
Functional and Non-functional Requirement of a System - GeeksforGeeks
Software Requirements and Quality Assurance | Software Engineering
Types of requirements | Download Scientific Diagram
Categories of requirements  | Download Scientific Diagram
concurrency - how many concurrent requests settings for IIS 8.5 - Stack Overflow
Configure Maximum Number of Requests in IIS Express - Stack Overflow
iis 7 - What is the default number of concurrent requests that can be processed by IIS 7.5 on Windows Server 2008 R2? - Server Fault
Tutorial IIS - Limiting concurrent connections [ Step by step ]
Question
Buy The Art of Computer Systems Performance Analysis: Techniques for Experimental Design, Measurement, Simulation and Modeling Book Online at Low Prices in India | The Art of Computer Systems Performance Analysis: Techniques for Experimental Design, Measurement, Simulation and Modeling Reviews & Ratings - Amazon.in
Maximum number of http-requests on IIS with Windows 7
How many connections can IIS handle?
Microsoft Internet Information Services Metrics
[Solved] how many concurrent requests settings for IIS 8.5 - Local Coder
How many connections can IIS handle? - Cement Answers
Request Limits <requestLimits> | Microsoft Docs
Implementing concurrent requests limit in ASP.NET Core for fun and education
c# - Limit concurrent requests in .net core - Stack Overflow
How to configure concurrency in .NET Core Web API? - Stack Overflow
asp.net core - Is Kestrel using a single thread for processing requests like Node.js? - Stack Overflow
IIS connections, number of concurrent connections, maximum number of concurrent worker threads, queue length, maximum number of worker processes
Question
c# - Limit concurrent requests in .net core - TouSu Developer Zone-Ask and Answer for Developer
IIS maximum number of connections and queue length - 文章整合
Deep understanding of IIS's multi-threaded working mechanism - actorsfit
Monitoring Microsoft IIS Performance
About the IIS site request queue length? - Microsoft Q&A
IIS maximum number of connections and queue lengths
IIS Request Processing | Microsoft Docs
Introduction to IIS Architectures | Microsoft Docs
Beginner’s Guide: How IIS Process ASP.NET Request – Abhijit's Blog
Introduction To IIS Server, HTTP Request Life Cycle, And Introduction To Application Pool
IIS Request Handling Process Model
IIS—Server Software With Request-Processing Architecture
What is IIS Web Server: (Internet Information Services)?
Modify the Request Queue Limit, requestQueueLimit or Queue Length in IIS | The Best C# Programmer In The World - Benjamin Perkins
Top ASP.NET Performance Counters and How to Monitor Them
How is IIS configured when the server load is high or the request queue is full ?? - Microsoft Q&A
IIS thread pool (Expert guide)
Application Pool Settings
Maximum connection limit in .net frame work 4.7 - Microsoft Q&A
ApplicationPool.QueueLength Property (Microsoft.Web.Administration) | Microsoft Docs
ASP.NET Thread Usage on IIS 7.5, IIS 7.0, and IIS 6.0 | Microsoft Docs
Optimizing IIS Performance - BizTalk Server | Microsoft Docs
<applicationPool> Element (Web Settings) - .NET Framework | Microsoft Docs
<applicationPool> Element (Web Settings) - .NET Framework | Microsoft Docs
Default Limits for Web Sites <limits> | Microsoft Docs
What is current default concurrent requests settings in IIS 8.5
SiteLimits.MaxBandwidth Property (Microsoft.Web.Administration) | Microsoft Docs
MaxBandwidth | Microsoft Docs
IIS maxBandwidth don't limit upload - Stack Overflow
Throttling bandwidth on an IIS based site | Amixa Blog - Website & IT services in Western Pennsylvania
YouTube
YouTube
Limits for a Web Site <limits> | Microsoft Docs
How to Configure IIS Web Site Limits, Bandwidth, connection, Time out, Windows Server 2019 - YouTube

2 - Network Models

Client–server model - Wikipedia
Client-Server Model - GeeksforGeeks
Computer Network | Client and Server Model - javatpoint
Client-Server Model | A Guide to Client-Server Architecture
What Is the Client-Server Model? (Plus Definition and Functions) | Indeed.com
Client Server Model
client-server architecture | Definition, Characteristics, & Advantages | Britannica
System Design Basics: Client-Server Architecture. | by Ashis Chakraborty | Towards Data Science
Client Server Architecture | System Design Tutorials | Part 3 | 2020 - YouTube
Client-Server Architecture||1-Tier, 2-Tier ,3-Tier architecture. - YouTube
5 essential patterns of software architecture | Enable Architect
Difference between Client-Server and Peer-to-Peer Network - GeeksforGeeks
Client Server VS Observer Design Pattern - Stack Overflow
Difference Between Peer to Peer And Client Server Network in 3 Easy Points
Comparison of "peer-to-peer" vs "client-server" Network Models
What are P2P and Client-Server networks?
Types of network - Network hardware - GCSE Computer Science Revision - BBC Bitesize
Peer-to-peer - Wikipedia
Client-server and peer-to-peer networks - Wired and wireless networks - OCR - GCSE Computer Science Revision - OCR - BBC Bitesize
Peer-to-Peer vs. Client-Server Networks | Techwalla

3 - Network Protocols

How does Internet Protocol (IP) work? | Security Encyclopedia
What is the Internet Protocol? | Cloudflare
What IP Means and How It Works
TCP/IP: What is TCP/IP and How Does it Work?
Internet Protocol - Wikipedia
TCP/IP: What Is the TCP/IP Model & How Does It Work? | AVG
TCP/IP protocols - IBM Documentation
What is TCP/IP? | BigCommerce
What is Transmission Control Protocol TCP/IP Model?
Transmission Control Protocol (TCP) (article) | Khan Academy
The problems with packets (article) | Khan Academy
User Datagram Protocol (UDP) (article) | Khan Academy
What is the TCP/IP model and how it works?
How the TCP/IP Protocols Handle Data Communications (System Administration Guide, Volume 3)
Computer Networks. Part Six: The TCP/IP Protocol Stack and Routers - YouTube
What is TCP/IP? - YouTube
How TCP/IP protocol works?? - YouTube
TCP connection walkthrough | Networking tutorial (13 of 13) - YouTube
TCP - Three-way handshake in details - YouTube
How TCP starts and close session? - YouTube
TCP/IP Model Explained | Cisco CCNA 200-301 - YouTube
TCP/IP Model and TCP/IP suite - YouTube
7.TCP A Connection Oriented Protocol - YouTube
TCP: How the Transmission Control Protocol works - IONOS
TCP/IP Model: What are Layers & Protocol? TCP/IP Stack
Services and Segment structure in TCP - GeeksforGeeks
TCP Segment
How Does TCP Work? - Kevin Sookocheff
What is the TCP Segment Header?
Transferring Files Using TCP/IP Protocols
Transmission Control Protocol - Wikipedia
File Transfer over TCP - Apposite Technologies
17   TCP Transport Basics — An Introduction to Computer Networks, unicode-safer edition 2.0.6
17   TCP Transport Basics — An Introduction to Computer Networks, mobile edition 2.0.6
[Network] TCP's three-way handshake, four waved hands, TIME_WAIT state - Programmer Sought
Illustration of a typical establishment of TCP connection and closure... | Download Scientific Diagram
How To Create a TCP Connection?
Connection oriented protocol / TCP
Transmission Control Protocol - ppt download
TCP/IP data transfer - IBM Documentation
TCP - javatpoint
Explain the connection establishment, data transfer and connection termination phases of TCP.
Chapter 6 2 TCP Protocol The Internet Transport
What is Transmission Control Protocol (TCP)? Definition from SearchNetworking
Transmission Control Protocol
http - how can I transfer large data over tcp socket - Stack Overflow
Introduction to TCP client server in C# - CodeProject
TCP Connection in C# .NET
Socket Programming In C#
html - HTML5 websocket connection to c# tcp socket - Stack Overflow
HTML5 Web Socket in Essence - CodeProject
Writing a WebSocket server in C# - Web APIs | MDN

7 - Caching

Caching for system design interviews (all you need to know) – IGotAnOffer
Caching for system design interviews (all you need to know) – IGotAnOffer
Caching - Grokking the System Design Interview
System Design Interview - Distributed Cache
Caching - System Design Concept For Beginners - GeeksforGeeks
16 Caching Interview Questions For System Design Interview | FullStack.Cafe
Caching: System Design Concept
Design a distributed cache system - LeetCode Discuss
Interview Prep for PM, Engineering, and More - Exponent
System Design Basics: Getting started with Caching | by Ashis Chakraborty | Towards Data Science
Caching - A System Design perspective | Level Up Coding
Grokking-System-Design-Interview-Quizzes/Caching.org at master · ema2159/Grokking-System-Design-Interview-Quizzes · GitHub
Interview Prep: Designing A Distributed Cache
Distributed Cache 101 – The Only Guide You’ll Ever Need - scaleyourapp.com
4. Caching · System Design
In-Process Caching vs. Distributed Caching - DZone Performance
What is a Distributed Cache? | Hazelcast
What is Caching and How it Works | AWS
Distributed caching in ASP.NET Core | Microsoft Docs
A guide to caching in ASP.NET Core
How does the browser cache work? - Pressidium® Managed WordPress Hosting
Understanding Browser Caching | Engineering Education (EngEd) Program | Section
HTTP caching - HTTP | MDN
HTTP Caching
What is caching? | How is a website cached? | Cloudflare
What is a browser cache, and why is it important? | BigCommerce
What is cache-control? | Cache explained | Cloudflare
Response Caching Middleware in ASP.NET Core | Microsoft Docs
ASP.NET Core Caching in Practice - Muhammad Rehan Saeed
Adding Cache-Control headers to Static Files in ASP.NET Core
GitHub - KevinDockx/HttpCacheHeaders: ASP.NET Core middleware that adds HttpCache headers to responses (Cache-Control, Expires, ETag, Last-Modified), and implements cache expiration & validation models
http - ETag vs Header Expires - Stack Overflow
Increasing Application Performance with HTTP Cache Headers | Heroku Dev Center
ETag - HTTP | MDN
Things You Should Know About Database Caching
Caching patterns - Database Caching Strategies Using Redis
Caching Strategy for RESTFUL API - Mastering Backend Development
Caching Strategies and How to Choose the Right One | CodeAhoy
Caching strategies to speed up your API - LogRocket Blog
Caching Strategies: Everything You Need to Know | ButterCMS
Caching patterns
Caching with Twemcache
Types of Data Caching for Different Business Use Cases | Transforming Data with Intelligence
Types of Data Caching for Different Business Use Cases | Transforming Data with Intelligence
Server Side Caching Strategies for Modern Web Applications | Alan Kent's Blog
Distributed Redis Caching In ASP.NET Core
amazon web services - How does a distributed cache and/or global cache work? - Stack Overflow
Question
Improving Performance With Distributed Caching
Distribute traffic and serve cached content - PCextreme
load balancing - Caching (memcache/redis) and multiple servers - best strategy - Server Fault
Redis replication | Redis
Scaling with Redis Cluster | Redis
Master-Master Replication, High Availability and Multithreading solution for RedisDB using Dynomite | by Lê Yên Thanh | Medium
Redis Master Slave With Spring Boot | Vinsguru
Getting started with Redis | Redis
Distributed Caching in .NET: A Quick Overview - NCache Blog
caching - Data consistency for NoSQL + Distributed Cache in very concurrent environment - Stack Overflow
Distributed Cache | Semantic Scholar
Use Distributed Caching to Accelerate Online Web Sites - ScaleOut Software
Ehcache
Quora
architecture - System Design: Global Caching and consistency - Stack Overflow
Different ways of caching and maintaining cache consistency
Three Ways to Maintain Cache Consistency | Redis
Eventual Consistency for Cache Update with Read-Write Splitting | by Wenbo Zong | Medium
Eventually consistent distributed in-memory cache Go library
Cache Consistency with Database
Consistency  |  Cloud Storage  |  Google Cloud
Cache made consistent: Meta’s cache invalidation solution
What is cache coherence problem and how it can be solved.
Cache Coherence Problem and Approaches | by Seralahthan | Medium
Maintaining Cache Consistency | Geode Docs
What is causal consistency in distributed systems?
Consistency Guarantees in Distributed Systems Explained Simply | by Kousik Nath | Medium
Consistency in Distributed Systems
Eventual vs Strong Consistency in Distributed Databases | HackerNoon
Eventual vs Strong Consistency in Distributed Databases - GeeksforGeeks
Eventual Consistency and Strong Consistency | by Nlogn Team | Level Up Coding
Read Consistency - Amazon DynamoDB
What is Eventual Consistency? Definition & FAQs | ScyllaDB
DynamoDB Eventually Consistent vs. Strongly Consistent Reads
Balancing Strong and Eventual Consistency with Datastore  |  Cloud Datastore Documentation  |  Google Cloud
Eventual Consistency and Conflict Resolution - Part 1
Eventually Consistent - Revisited | All Things Distributed
What is Cache Consistency | IGI Global
Cache consistency with database - بحث Google‏
Question
Consistency between Redis Cache and SQL Database | Pixelstech.net
Improving cache consistency
Design of strong consistency between database and cache | Develop Paper
How to solve the problem of consistency between database and cache - SegmentFault 思否
The first open source solution that completely guarantees cache and database consistency - SegmentFault 思否
Consistency between Redis Cache and SQL Database | Yunpeng's Blog
Middleware Support for Database Replication and Caching | SpringerLink
Amazon MemoryDB for Redis -- Where speed meets consistency | All Things Distributed
How to ensure data consistency between redis cache and database
Consistency levels in Azure Cosmos DB | Microsoft Docs
Talk about the consistency of database and cache data - Fear Cat
ZippyDB: Facebook's key value store - Engineering at Meta
Question

2 - CDN

System Design Interview Prep: CDNs
CDN
System Design Interview Preparation Content Delivery Networks - CDNs | Interviewkickstart
What is a CDN? How does a CDN Work? | Imperva
What is a CDN? | How do CDNs work? | Cloudflare

1 - back of the envelope calculation system design

Back of envelope calculations — Cheat Sheet | by Matthew Bill | Medium
Back of the Envelope Calculation for System Design Interviews | Codementor
Discuss - LeetCode
How to Estimate How Many Website Visitors Your Hosting Can Deal With
Google Pro Tip: Use Back-of-the-envelope-calculations to Choose the Best Design - High Scalability -
Back of the envelope calculations | Mauricio Poppe
Back-Of-The-Envelope Calculation Definition
back of the envelope calculation system design - lineartdrawingsforkids
back of the envelope calculation system design - mangaarttutorialmale
Back-of-the-envelope calculation - Wikipedia
Question
Designing Twitter - Grokking the System Design Interview
Updated easy to remember system design numbers for back-of-the-envelope calculations · GitHub
How to come up with back of the envelope calculation for System design round? - Blind
back of the envelope calculation system design - howtogetclearskinvideos
Back of the envelope Estimation - jssunil/System-design-Notes Wiki

2 - DNS

Domain Name System(DNS) - System Design Concept
The Design of the Domain Name System, Part I
What is DNS? | How DNS works | Cloudflare
What is DNS? How Domain Name System works
DNS Design: Scalability, Performance, Robustness
Domain Name System - Wikipedia
System Design Interview Questions – Concepts You Should Know

0 - Full_Projects

Notifications System

medium.com
System Design Interview: Notification Service | Tech Wrench
CodeKarle: Notification Service System Design
Design Notification System
Designing Notification Service: System Design Interview Question
System Design Interview – Notification Service – Serhat Giydiren
System Design: Lessons From Netflix’s Notification Service Design
Interview Preparation: Designing A Scalable Notification Service (Beginners)
Send Push Notification To Android Device From .Net Core Web API
K. G. Sreeju - Sending Push Notifications from ASP.Net Core using Google Firebase
Push notifications to your PWA with ASP.NET Core 2.0 and Aurelia | Bart van Uden
How to Design a Scalable Notification System
A Comprehensive Guide to Notification Design | Toptal
Guide: How to design a notification system
rabbitmq - Creating a realtime push notification system for desktop/mobile/web apps using kafka as message broker - Stack Overflow
Hacking your way to enlightenment with Kafka and Node.js - Anchor | Cloud Engineering Services
How to have more than 50 000 messages in a RabbitMQ Queue - Stack Overflow
javascript - How to programatically send SMS notifications to 1 million users using queues? - Stack Overflow
rabbitmq - Message queue - architecture (task + response) - Stack Overflow
ibm mq - Message queuing solution for millions of topics - Stack Overflow
php - How to return response from RabbitMQ to browser - Stack Overflow
ruby on rails - How do social networking websites handle notifications - Stack Overflow
php - Is cronjob the right way to send a lot of notification emails via PHPMailer using SMTP? - Stack Overflow
How to develop push notifications for android without using google cloud messaging? - Stack Overflow
RabbitMQ - How many queues can RabbitMQ handle on a single server? - Stack Overflow
Question
A Guide to Notification System Design
medium.com
A notification architecture for social networks — send millions of notifications per day | by cloudeasyclub | Dev Genius
What is Azure Notification Hubs? | Microsoft Learn
The Ultimate Guide To Push Notifications For Developers — Smashing Magazine
Notifications
Notification System Design (99+) - Quora Design
events - How to design notification system that sends real-time alerts created by users - Stack Overflow
حول رسائل FCM  |  Firebase Cloud Messaging
What is a push notification? | Intercom - Inside Intercom
How We Manage a Million Push Notifications an Hour - 5 min read
Design A Scalable Notification System | System Design - YouTube
Design Notification Service – System Design Academy
Question
Question
Architecture: How to build a notification system similar to Facebook? - Hashnode
Event Driven Systems: Building A Facebook Like Counter & Notification System | HackerNoon
So, you want to design a notification system? | Infinity Mesh
php - How to realize a notification system like Facebook? - Stack Overflow
Notification Service Architecture | Samundra Khatri
java - Creating a new queue for every topic created by the user in the app - Stack Overflow
GoLab 2019 - Gabriele Vaccari - Building an event-driven notification system in Go and RabbitMQ - YouTube
Designing Notification System with Message Queues - DEV Community 👩‍💻👨‍💻
How can i use RabbitMQ for sending mobile push notifications? - Stack Overflow
Building a scalable multichannel notification system | Ori Shofman Shimoni | RabbitMQ Summit 21 - YouTube
Notification System Architecture - YouTube
Notification Service System Design Interview Question to handle Billions of users & Notifications - YouTube
system-design/Notification Service design.png at master · codekarle/system-design
Notification.png (2216×1067)
Facebook System Design Interview Question | Design a Notification System - YouTube
Mobile push notifications - Amazon Simple Notification Service
medium.com
Redesign Facebook Notification Experience | by Vemmy_Vith dreaM & sMile | Medium
Design A Notification System - BeMyAficionado
Fan-out (software) - Wikipedia
terminology - What is the meaning of fan-out - Software Engineering Stack Exchange
Fan-Out/Fan-In | Java Design Patterns
Fan-Out/Fan-In | Java Design Patterns
Fanout Async Messaging Design In Microservices Using RabbitMQ
Design a News Feed System - System Design
Messaging Fanout Pattern for Serverless Architectures Using Amazon SNS | AWS Compute Blog
Push Notification System Design Tutorial - HashDork
www.pubnub.com
Designing a notification system. It has become common for any social… | by Tan Nguyen | Medium
blog.osmosys.asia
Concourse: Generating Personalized Content Notifications in Near-Real-Time | LinkedIn Engineering
medium.com
Configuring RabbitMQ Exchanges, Queues and Bindings: Part 1 - Compose Articles
Creating Group Based notification service by RabbitMq & Webflux |
My RabbitMQ setup for notifications – Andrei Marcu
mq - How do I deliver a message to a one subscriber of each group in RabbitMQ? - Stack Overflow
send message for single or group of users RabbitMQ - بحث Google‏
create queue for every user rabbitmq notifications system - بحث Google‏
Creating a simple notification service by RabbitMq & Webflux | by Taleh Ibrahimli | Medium
Creating a simple notification service by RabbitMq & Webflux | by Taleh Ibrahimli | Medium
queue per user and queue per group rabbit mq - بحث Google‏
medium.com
RabbitMQ Implementation on Notification Service | by Alvin Khair | Medium
rabbitmq python - notifications design pattern to scale for thousands of users - Stack Overflow
java - Push notifications using rabbitmq - Stack Overflow
Memory and Disk Alarms — RabbitMQ
messaging - Notification System Design for Multi User Application - Stack Overflow
email - What design-pattern I should use in my notification system? - Stack Overflow
RabbitMQ subscriber notification in .NET - Stack Overflow
How We Manage a Million Push Notifications an Hour
Android and Apple Push Notifications and RabbitMQ Integration | Workflow Automation | Make
medium.com
EP14: Algorithms you should know for System Design. Also...
Creating simple notification service by RabbitMq & Webflux |
Notification Hubs enterprise push architecture | Microsoft Learn
design - Social network notification system - Software Engineering Stack Exchange
architecture - How to design a scalable notification system? - Software Engineering Stack Exchange
design - What is a good practice to push notifications in a "near real-time" delay in this case? - Software Engineering Stack Exchange
design - Designing a Feed and Notification system in MongoDB - Software Engineering Stack Exchange
android - Concept of push notifications - why is it only on mobile platforms? OSX/Windows/Linux? - Software Engineering Stack Exchange
Does rabbitmq support binding a single queue to multi exchanges? - Stack Overflow
AMQP 0-9-1 Complete Reference Guide — RabbitMQ
sql - Design pattern for scheduling a large number of notifications - Stack Overflow
Messaging system design - one queue per one message type vs. one queue for all messages - Stack Overflow
Notification microservice API or queue - Stack Overflow
(12) Design A Scalable Notification System | System Design - YouTube
(12) Facebook System Design Interview Question | Design a Notification System - YouTube
(12) Notification Service System Design Interview Question to handle Billions of users & Notifications - YouTube
(12) Notification System Architecture - YouTube
medium.com
Push Notification System with RabbitMQ, Google Firebase Cloud Messaging and Nodejs | by Giwa Tajudeen | Medium
javascript - Rabbitmq create queues dynamically based on number of users - Software Engineering Stack Exchange
qt - How to subscribe for RabbitMQ notification messages? - Stack Overflow
Notification Systems and Real-Time Feeds with Message Queues - Web Application and Software Architecture 101
node.js - What is the best practices to listen/subscribe push notifications from RabbitMQ server? - Stack Overflow
Design A Notification System - BeMyAficionado
medium.com
How we deliver millions of push notifications in 10 seconds? - Schibsted Tech Polska
RabbitMQ Designs
rabbitmq - When should I use a single queue and when multiple ones? - Stack Overflow
Can Kafka be used for real time notification? - Stack Overflow
Build a Priority-based Push Notification System Using Apache Pulsar at GeTui - StreamNative
(20) Building High-Performance Notification Engine Using Pure Functional Scala, ZIO HTTP, ZIO Kafka. Event-Driven Architecture. | LinkedIn
Notification System Design – Modern Applications with Cloudification Zone
GitHub - kevingo/system-design-primer-zh-tw: system-design-primer 繁體中文翻譯計畫。原作者:https://github.com/donnemartin/system-design-primer
Notification Service Design - with diagrams
rabbitmq - Message broker vs. database and monitoring - Stack Overflow
Using both a message queue and database - Stack Overflow
javascript - how to manage and send notifications to multiple devices a user is logged in? - Stack Overflow
firebase - Sending notifications to multiple devices not subscribed to a certain topic - Stack Overflow
ios - How to send push notifications to multiple devices (belonging to one user) if device token changes? - Stack Overflow
android - How to send push notifications to multiple devices using php script using FCM? - Stack Overflow
browser - Web Push notifications across multiple devices - Stack Overflow
laravel - How to send notifications to same user on multiple browsers/devices in firebase cloud messaging? - Stack Overflow
ios and android push notifications to multiple devices - Stack Overflow
android - Cloud messaging in RabbitMQ - Stack Overflow
RabbitMQ tutorial - Topics — RabbitMQ
firebase realtime database - Architecture of a simple chat web app at scale - Stack Overflow
node.js - Should RabbitMQ messages be queued directly from a front end application, or go through a backend endpoint first? - Stack Overflow
Native Push Notifications Firebase Integration in Channels - Fast Track Integration
Firebase Cloud Messaging vs RabbitMQ | What are the differences?
How to Integrate Push Notifications into Your Existing Chat App? - A Complete Guide
Firebase push notifications for dotnet. Advanced guide - Doumer's Blog

Live Streaming

Designing a Live Video Streaming System Like ESPN | Interview Ready
Understanding the HTTP Live Streaming Architecture | Apple Developer Documentation
medium.com
How to Create a Live Streaming Platform - Rootstrap
System Design Netflix - A Complete Architecture - GeeksforGeeks

Amazon

Amazon | System Design | Amazon Order System - LeetCode Discuss
system-design-primer/README.md at master · donnemartin/system-design-primer · GitHub
CodeKarle: Amazon System Design | E Commerce System Design
Design Amazon - Online Shopping System - Grokking the Object Oriented Design Interview
System Design: Design the Amazon Recently Viewed Items Page API – Shekhar Gulati
System Design of Amazon
A Better Way to Store Ecommerce Product Information - Practical Ecommerce
What’s an Example of Good E-Commerce Database Design?
Product Catalog — MongoDB Manual
How Best To Set Up A Database For Product Catalogs? – icsid.org
performance - Database for product catalogue with multiple stores, hierarchical categories - Stack Overflow

Twitter

Design Twitter - A System Design Interview Question - GeeksforGeeks
Designing Twitter - Grokking the System Design Interview
system-design-primer/README.md at master · donnemartin/system-design-primer
Twitter System Design: A System Design Interview Questions - Coding Ninjas CodeStudio
System Design: Twitter - DEV Community 👩‍💻👨‍💻
AlgoDaily - Design of the Twitter Architecture - Introduction

Chat Application

MongoDB is best choice of DB for communication app? - MongoDB for Startups - MongoDB Developer Community Forums
Best database for a chat application? : r/Database
Discord Blog
Which database is best for chat application? – Quick-Advisors.com
what database is good for storing large chats
What's best to choose - NoSQL or SQL - for a large chat application? - Hashnode
RabbitMq for building mobile chats & messengers. Sharing experience - DEV Community 👩‍💻👨‍💻
Why You Should Not Use RabbitMQ for Real-Time Messaging
gediminasgu/RabbitMqChat: Demo chat application using RabbitMQ as server and C# + EasyNetQ as client
Multinode Chat Architecture | SpringerLink
domain driven design - How to send queue messages to one queue in rabbitmq? - Software Engineering Stack Exchange
medium.com
How to Build a Chat App - Make a Messaging Application
socket.io - Why do you need a message queue for a chat with web sockets? - Stack Overflow
GitHub - videlalvaro/rabbitmq-chat: A Web chat implemented with RabbitMQ and Websockets
ByteByteGo | Ace Your Next System Design Interview
Irtiza Hafiz
Messaging with RabbitMQ in Spring Boot Application - Apps Developer Blog
medium.com
memory - Can I create millions of queues in RabbitMQ server? - Stack Overflow
Creating Chat Application with Queue
Understanding the Architecture & System Design of a Chat Application
How to Make a Messaging App like WhatsApp, Telegram, Slack (Updated)
medium.com
node.js - Is it necessary to set up a queue for a chat web app - Stack Overflow
asp.net core - Can I build chat app with RabbitMq and SignalR with following way? - Stack Overflow
RabbitMQ + WebSocket Chat Architecture - Stack Overflow
RabbitChat - Web based chat system // all posts // HN
Spring Boot Messaging with RabbitMQ - Spring Framework Guru
Chapter 12. Smart Rabbits: extending RabbitMQ - RabbitMQ in Action: Distributed messaging for everyone
rabbitmq chat - بحث Google‏
RabbitMQ Exchanges - RabbitMQ for MSMQ users, part 2
microservices - How to consume a chat message, send by user A connected with server instance S1 to a queue/topic, by another user B connected with another instance S2 - Stack Overflow
sql server - Asp.net chat application using database for message queue - Stack Overflow
sockets - Messaging App. Datastore vs Message Queues - Stack Overflow
node.js - Advice on how to design a good architecture for a chat app? - Stack Overflow
How RabbitMQ fit well in my game/chat scenario? - Stack Overflow
node.js - RabbitMQ / AMQP: single queue, multiple consumers for same message? - Stack Overflow
how to send Message between two android applications using RabbitMQ - Stack Overflow
Getting Started with RabbitMQ on Android – Part 1 | Simon Dixon's Blog
ruby - Monitor multiple RabbitMq subscriptions using single application - Stack Overflow
node.js - Chat / System Communication App (Nodejs + RabbitMQ) - Stack Overflow
apache - Real-time application newbie - Node.JS + Redis or RabbitMQ -> client/server how? - Stack Overflow
(3) Designing Facebook Messenger | LinkedIn
Designing Facebook Messenger. Let’s design an instant messaging… | by Crack FAANG | CodeX | Medium
System Design Interview: Facebook Messenger | by Eileen Pangu | Medium
Design Facebook Messenger - Astik Anand

0 - Full Tutorials

donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
GitHub - donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
checkcheckzz/system-design-interview: System design interview for IT companies
System Design Tutorial
Grokking the System Design Interview - Learn Interactively
System Design Interview Guide for Software Architecture | Udemy
Software Architecture & Design of Modern Large Scale Systems | Udemy
System Design - InterviewBit
System Design Concepts (2022) - InterviewBit
System Design Course - Complete Prep of System Design Interviews by Scaler
System Design video tutorials for Beginner to Expert - LeetCode Discuss
System Design
Question
Books about Designing Systems of Scale | by Venkatesh-Prasad Ranganath | Medium
Amazon - Designing Distributed Systems: Patterns and Paradigms for Scalable, Reliable Services: Burns, Brendan: 9781491983645: Books
Venkatesh-Prasad’s review of Scalability Rules: 50 Principles for Scaling Web Sites
Venkatesh-Prasad’s review of Architecting for Scale: High Availability for Your Growing Applications
Leanpub: Publish Early, Publish Often
Venkatesh-Prasad’s review of Scalable Internet Architectures
Scalable Internet Architectures - PDF Free Download
System Design Interview – An Insider's Guide: Volume 2: Xu, Alex, Lam, Sahn: 9781736049112: Books - Amazon
System Design Interview – An Insider's Guide: Volume 2 by Alex Xu
Amazon - The System Design Interview, 2nd Edition: Lin, Lewis C., Patel, Shivam P.: 9798735625452: Books
7 Best System Design Books in 2022 - InterviewBit
Now Reading Scalable Internet Architectures PDF Book
Grokking System and Object Oriented Design Interview
The Architecture of Open Source Applications (Volume 2): Scalable Web Architecture and Distributed Systems
Grokking the System Design Interview | The #1 Online Course
The Architecture of Open Source Applications (Volume 2): Scalable Web Architecture and Distributed Systems
System Design Mock Interview: Design Facebook Messenger - YouTube
shashank88/system_design: Preparation links and resources for system design questions
System Design Course for Beginners - YouTube
codersguild/System-Design: SYSTEM DESIGN IS NOT JUST FOR INTERVIEWS, IT CAN BE HOW YOU MANAGE YOUR LIFE. How is modern software designed? 🤔 Some design-level considerations for scalability, maintainability eventual consistency, availability & reliability. 👨‍💻 Interview Prep. 👨‍💻
Amazon System Design Mock Interview: Design Amazon Prime Video (with Uber Software Engineer) - YouTube
reach2arunprakash/system-design-primer
Database Design Tips | Choosing the Best Database in a System Design Interview - YouTube
Scalable Internet Architectures [Book]
Buy Scalable Internet Architectures Book Online at Low Prices in India | Scalable Internet Architectures Reviews & Ratings
10 Best System Design Courses (2022) - InterviewBit
Amazon.com: Scalable Internet Architectures: Scalable Int Arch _p1 eBook : Schlossnagle, Theo: Kindle Store
5 Best Books on Microservices. Essential books to design Microservice… | by Md Kamaruzzaman | Towards Data Science
Question
5 Best Books on Building Microservices in 2022 — Books on Code
Introduction to Distributed System Design - Google Code University - Google Code
18 Best New Microservices Books To Read In 2022 - BookAuthority
System Design 101. Step by step guide on designing a… | by Ashis Chakraborty | Towards Data Science
Building scalable web sites : Henderson, Cal : Free Download, Borrow, and Streaming : Internet Archive
Question
25+ Free System Design Courses for beginners [2022 MAY]
System Design Cheat Sheet. Reference: Tech Dummies , System… | by Vivek Singh | Medium
The Complete Collection of Microservices Books | DrinkBird
Distributed Systems
System Design — TRD Cheatsheet. The best practice creat technical… | by Deni Husni Fahri Rizal | The Legend | Medium
Patterns of Distributed Systems
How to design a System? (Cheatsheet)
Designing Distributed Systems E-Book | Microsoft Azure
System Design Cheat Sheet - Coding N Concepts
CS75 (Summer 2012) Lecture 9 Scalability Harvard Web Development David Malan - YouTube
AWS re:Invent 2017: Scaling Up to Your First 10 Million Users (ARC201) - YouTube
System Design Interview Tutorial – The Beginner's Guide to System Design
Amazon.com: Distributed Systems for practitioners eBook : Raptis, Dimos: Kindle Store
Systems design - Wikipedia
System Design Tutorial - GeeksforGeeks
Designing Distributed Systems [Book]
System Design Cheatsheet
Distributed System Design Interview Questions
System Design Cheat Sheet by NatalieMoore - Download free from Cheatography - Cheatography.com: Cheat Sheets For Every Occasion
The complete guide to the System Design Interview in 2022
System Design Interview Cheat Sheet — Lewis C. Lin
The System Design Interview by Lewis C. Lin & Shivam P. Patel — Lewis C. Lin
How the TCP/IP Protocols Handle Data Communications - System Administration Guide: IP Services
System Design Cheat Sheet - Selective Rack -
The System Design Interview, 2nd Edition by Lewis C. Lin
what is System Design? | Key Concept | Skills And Advantage
System Design and Development | The MITRE Corporation
System Analysis & Design - System Design
What is System Design? - Definition from Techopedia
System Design Cheat Sheet - Stack All Flow
Reference - System Design
Is Grokking Advanced System Design Interview on Educative worth it? Review | by javinpaul | Javarevisited | Sep, 2022 | Medium
grokking system design interview advance book - بحث Google‏
the art of scalability - بحث Google‏
donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Zero to Software Architect | Zero to Software Architect

08 - Distributed System

Ch-03 Partitioning

Partitioning: The Magic Recipe For Distributed Systems | by Pranay Kumar Chaudhary | Medium
Database Partitioning (Sharding) in System Design
Replication & Partitioning in Distributed Systems | by Ronald Arias | Level Up Coding

Ch-01 Introduction

Architecture of Distributed Shared Memory(DSM) - GeeksforGeeks
What is Distributed shared memory and its advantages - GeeksforGeeks
Distributed shared memory - Wikipedia
Horizontal and Vertical Scaling In Databases - GeeksforGeeks
Scaling Horizontally vs. Scaling Vertically | Section
What Is Vertical Cloud Scaling? Definition, Scaling Process, and Best Practices | Spiceworks Tech
Horizontal Vs. Vertical Scaling: How Do They Compare?
Vertical Scaling | Definitions | Graphs | Examples - Cuemath
Horizontal vs Vertical Scaling: What you need to know - Touchstone Security
Difference between scaling horizontally and vertically for databases - Stack Overflow
Horizontal Vs. Vertical Scaling Comparison Guide | MongoDB
What is the Difference Between Horizontal & Vertical Scaling
Horizontal Vs. Vertical Scaling: Which Is Right For Your App?
Vertical vs. Horizontal Scaling: Which One to Choose? - Middleware
What is Vertical Scaling & Horizontal Scaling? | ESDS
Horizontal vs. Vertical Scaling – How to Scale a Database

Ch-02 Replication

System Design Fundamentals: Data Replication and Partitioning | by Mariam Jaludi | Level Up Coding
System Design, Chapter 8: Replication and Redundancy
Leader and Followers
اختيار القائد في الأنظمة الموزعة
Leader election in distributed systems
Leader and Follower (New) - Grokking the System Design Interview
Master/slave (technology) - Wikipedia
Does the term "master-slave" have the same meaning in software architecture, database schema, and distributed system replication? - Software Engineering Stack Exchange
https://subscription.packtpub.com/book/big+data+and+business+intelligence/9781783989126/1/ch01lvl1sec10/the-master-slave-architecture
Fundamentals of Distributed Systems | Baeldung on Computer Science
Redis master-slave architecture of distributed system | DayDayNews
Slave Architecture - an overview | ScienceDirect Topics
Architectural Patterns for Distributed Systems: Definition & Importance - Video & Lesson Transcript | Study.com
Distributed systems and the CAP Theorem explained | DS Stream
Question
The Journey to Distributed Systems: Part 3— Distributed Storage | by Williams Adu | The Andela Way | Medium
Fundamentals of Distributed Systems-Tech Notes | Sought Tech
Replicated Log
Building DistributedLog: High-performance replicated log service
Implementation of Replication Logs, Statement-based replication - Designing Data-Intensive Applications. The Big Ideas Behind Reliable, Scalable and Maintainable Syst
Write-ahead log (WAL) shipping - Designing Data-Intensive Applications. The Big Ideas Behind Reliable, Scalable and Maintainable Syst
Write-ahead logging - Wikipedia
Write-Ahead Log
Why do SQL databases use a write-ahead log over a command log? - Stack Overflow
Understanding Write Ahead Logging: 4 Comprehensive Aspects
PostgreSQL: Documentation: 14: 30.3. Write-Ahead Logging (WAL)
Write-Ahead Logging
Write-Ahead Log
Writing A Database: Part 2 — Write Ahead Log | by Daniel Chia | Medium
Writing a Database: Part 4 — Write Ahead Logging Batching | by Daniel Chia | Medium
Write-Ahead Logging (WAL)
The Write Ahead Log - CommandPrompt Inc.
WAL: The concept that makes recovery models & backups make sense (Dear SQL DBA Episode 32) - littlekendra.com
MySQL :: MySQL 8.0 Reference Manual :: 17.2.1 Replication Formats
MySQL :: MySQL 8.0 Reference Manual :: 17.2.1.2 Usage of Row-Based Logging and Replication
Comparing MySQL Statement-Based and Row-Based Replication | Database Journal
Difference between row-based and statement-based replication in MySQL? - Database Administrators Stack Exchange
MySQL Replication Events – Statement versus Row-Based Formats | DBA Diaries
What You Should Know About MySQL Replication Types
Section 5.12.  Comparison of Statement-Based Versus Row-Based Replication
Statement-based vs Row-based Replication
How to translate from statement-based to row-based replication in MySQL - Server Fault
Mysql – Difference between row-based and statement-based replication in MySQL – Unix Server Solutions
MySQL :: MySQL 8.0 Reference Manual :: 17.2.1.1 Advantages and Disadvantages of Statement-Based and Row-Based Replication
Different Types of MySQL Replication Solutions - Percona Database Performance Blog
Database Replication Explained 2. Part 2— Multi Leader Replication | by Zixuan Zhang | Towards Data Science
Database Replication Explained 2. Part 2— Multi Leader Replication | by Zixuan Zhang | Towards Data Science
Replication: Conflict resolution in multi-leader replication – Distributed Computing Musings
Replication – Distributed Computing Musings
Replication: Can we have more than one leader? – Distributed Computing Musings
Replication: Issues with replication lag – Distributed Computing Musings
Write Conflicts Handling in Multi-Leader Distributed Database Replication Using “Convergence Towards A Consistent State” Technique | The Algorists
Database replication technology 2: multi leader replication - 文章整合
Database Replication Explained 3. Part 3 -Leaderless Replication | by Zixuan Zhang | Towards Data Science
Replication: Introducing leaderless replication – Distributed Computing Musings
Quorum (distributed computing) - Wikipedia
Designing Data-Intensive Applications – Leaderless Replication
Replication: Maintaining a Quorum – Distributed Computing Musings
Question
medium.com
Distributed computing — Quorum consistency in replication | by Ishita Singh | Code Like A Girl
medium.com
Quorum In Distributed Systems. What is Quorum? | by Sunny Garg | Medium
Quorum
A practical approach to read-write quorum systems
Outage Recovery | Consul - HashiCorp Learn

1 - Software Architecture

Layered Architecture

Layered Architecture | Baeldung on Computer Science
Layered architecture pattern in software engineering – theCodeReaper
Software Architecture Patterns — Layered Architecture | by Priyal Walpita | Medium
Difference Between Layers and Tiers | Baeldung on Computer Science
The Layered Architecture Pattern in Software Architecture | by Kayvan Kaseb | Software Development | Medium
Layered Technology in Software Engineering - GeeksforGeeks
Layered Architecture | Learn the Benefits of the Layered Architecture
Benefits and Drawback of a Layered Architecture | Pixelstech.net
asp.net interview questions: What are the advantages and disadvantages of a layered architecture
Why I don't like layered architecture for microservices | Gary Woodfine
Layered Architecture: Still a Solid Approach - NDepend Blog
Advantages and Disadvantages of Layered Architecture - YouTube
Layered Architecture - Design Your Software Architecture Using Industry-Standard Patterns - OpenClassrooms
Microservices and 3 Tier Architecture - YouTube

Software Architecture | Software Engineering Institute
Software Architecture & Design Introduction
Software architecture - Wikipedia
What is software architecture in software engineering? | Blog Future Processing
Software Engineering | Architectural Design - GeeksforGeeks
Fundamentals of Software Architecture - GeeksforGeeks
How to choose the right software architecture: The top 5 patterns
10 Best Software Architecture Patterns You Must Know About
Types of Software Architecture Patterns - GeeksforGeeks
List of software architecture styles and patterns - Wikipedia
Comparing Three-Layered and Clean Architecture for Web Development | by Vlad Ostrenko | Better Programming
Domain-centric vs data-centric approaches to software development · Enterprise Craftsmanship
Dermendzhiev/database-vs-domain-centric-architecture: Demo project comparing database-centric and domain-centric approaches using ASP.NET Core.
Clean Architecture : Part 1 - Database vs Domain | Alexander Molochko
What is domain-centric architecture? | by Javiera Laso | Medium
Domain-centric vs data-centric approaches to software development : r/programming
Application Design: Data-driven vs Domain-driven
Microservices vs. monolithic architecture | Atlassian
What is monolithic architecture in software?
What Is Monolithic Architecture? Definition and Examples | Talend
Monolithic vs Microservices architecture - GeeksforGeeks
Introduction to Monolithic Architecture and MicroServices Architecture | by Siraj ul Haq | KoderLabs | Medium
Microservices vs. Monolith Architecture - DEV Community 👩‍💻👨‍💻
Microservices vs Monolithic - Sterling
10 Common Software Architectural Patterns in a nutshell | by Vijini Mallawaarachchi | Towards Data Science
Software Architecture Patterns: What Are the Types and Which Is the Best One for Your Project | Turing
Top 5 Software Architecture Patterns: The Ultimate Guide
Top 5 Modern Software Architecture In Software Development
Software Architecture Patterns & Types | What is Software Architecture? - Video & Lesson Transcript | Study.com
Architectural Styles vs. Architectural Patterns vs. Design Patterns – @hgraca
Chapter 3: Architectural Patterns and Styles | Microsoft Learn
architecture - What's the difference between Architectural Patterns and Architectural Styles? - Stack Overflow
Architectural styles for Software Design
Difference Between Architectural Style, Architectural Patterns and Design Patterns - GeeksforGeeks
Architectural Styles and Architectural Patterns | by Mátyás Lancelot Bors | Medium
A Quick Look at Architectural Styles and Patterns
Architectural Styles vs. Architectural Patterns vs. Design Patterns | TopDev
Architectural Styles, Patterns, and Metaphors - Shaping Software
George Fairbanks - Architecture Patterns vs. Architectural Styles
Architecture styles - Azure Application Architecture Guide | Microsoft Learn
Architectural styles and patterns
Architectural Styles - Shaping Software
https://dxv9ab0p31jil.cloudfront.net/?SMCampaign=19478ff9-3142-4b39-b15b-3dba241dd484&ClickID=M7166508599634559002&Pub_ID=13406-5e80e82z&Aff_ID=13406&extra=f63485&extra1=YOUR_Dynamic_Parameter_IF_Needed&utm_source=affiliate&utm_medium=cpc&utm_campaign={campaignid}&utm_content={adgroupid}&utm_term={keyword}&country=EG&connection=cell&utm_content=e6c2c6dcd68fcddfcfd598cda696a4968388b8818b8ebcbddcb3c5b1b6848d868abcb9b08ea2bdbfb283b38186b684859aebf7ebeaedfdf4e6bee0e3fffaf5e793ebdac7d9daecaa8d8c878d83c7ad8b99d5f8cbcaffcec9f2f3f085848291f5cafac8faf7fcccf5f7f2c0c1c6c7c4f7ebe9e0e8e9e6ecefe7e7e4e0e1e1e0f3
Microservices vs Monolith: which architecture is the best choice? - N-iX
Monolithic vs. Microservices Architecture | by Anton Kharenko | Microservices Practitioner Articles
Event-Driven Architecture
Event-driven architecture - Wikipedia
Event-driven architecture style - Azure Architecture Center | Microsoft Learn
Azure Application Architecture Fundamentals - Azure Architecture Center | Microsoft Learn
Event-driven architecture
What is Event-driven Architecture? | TIBCO Software
What Is an Event-Driven Architecture? | Hazelcast
Real-World Event Driven Architecture! 4 Practical Examples - CodeOpinion
Message Queue vs Message Bus -- what are the differences? - Stack Overflow
architecture - Message bus and Message queue understanding - Stack Overflow
rabbitmq - What is difference between a Message Queue and ESB? - Stack Overflow
azureservicebus - Message bus vs. Service bus vs. Event hub vs Event grid - Stack Overflow
Bus or Queue | Blog
The Complete Guide to Event-Driven Architecture
Message Driven vs Event Driven :: Akka Guide
6 Event Driven Architecture Patterns — Part 2 | by Natan Silnitsky | Wix Engineering | Medium
Best Practices for Event-Driven Microservice Architecture | HackerNoon
Understanding Event-Driven Architecture and Serverless Opportunities - Koyeb
Design Patterns of Event-driven Architecture - DEV Community 👩‍💻👨‍💻
Understanding Serverless Framework & Event-Driven Architecture | Proofpoint US
What Is Event-Driven Architecture? Everything You Need to Know
Event Sourcing vs Event Driven Architecture - CodeOpinion
SOA vs. EDA: Is Not Life Simply a Series of Events? | Confluent
A Beginner's Guide to Event-Driven Architecture
Message Driven Vs Event Driven. There is a very long history of… | by Devaraj Durairaj | Medium
Service-Oriented Architecture vs Event-Driven Architecture
Event-Driven Architecture and Pub/Sub Pattern Explained | AltexSoft
What is Client Server Architecture? - Differences, Types, Example
What's The Difference Between Event Brokers and Message Queues? | Nordic APIs |
message driven vs. event driven approaches to application integration - Stack Overflow
Glossary - The Reactive Manifesto
typesafe - What exactly is the difference between event driven architecture and message driven architecture in The Reactive Manifesto? - Stack Overflow
system design - Is microservice architecture using message queues and event driven architecture same - Stack Overflow
apache kafka - Can you really build event-driven architectures with a Pull-Model? - Stack Overflow
How to design message-driven and event-driven APIs | MuleSoft Blog
Message driven vs event driven : r/dotnet
What is the difference between Event-driven vs. message-driven || reactive programming vs. reactive systems? : r/javahelp
Difference Between Message vs Event vs Command - DEV Community 👩‍💻👨‍💻
Azure Messaging & Event Driven Architecture – A Quickstart Guide | CloudIQ Tech
Merits of a "Message Passing" system vs. an "Event Based" system - Software Engineering Stack Exchange
Event Streams & Message Queues in Event-Driven Architectures - Pandio
Exploring Event-Driven & Message driven Architectures – TechBubbles
阿里云 - Analysis of the basic concepts of "message-driven, event-driven, and stream"_个人文章 - SegmentFault 思否
Event-Driven VS Request-Driven Architecture: The Pros & Cons and Trade-offs of event driven systems – DanielTammadge.com
blog.theodo.com
Message Driven Vs Event Driven Architecture - YouTube
Message-Driven or Event-Driven? - Part 1 - YouTube
Event-Driven Architecture | Event-Driven VS Request-Driven Architecture, When Not To Use Events - YouTube
Event-driven & exactly-once messaging to queues & topics | Objects for messaging networks | IBM MQ - YouTube
java - The difference between a Message Queue, EventBus and a Pub/Sub? - Stack Overflow
Building an Event-Driven workflow with Azure Event Grid - DEV Community 👩‍💻👨‍💻
Compare Azure Storage queues and Service Bus queues - Azure Service Bus | Microsoft Learn
Event-Driven versus Message-Driven - Scala Reactive Programming [Book]
Implementing event-based communication between microservices (integration events) | Microsoft Learn
Event-driven architecture: Understanding the essential benefits | Enable Architect
Event-driven architecture with Pub/Sub  |  Solutions  |  Google Cloud
RabbitMQ multiple consumer subscribe same queue and get same message - Stack Overflow
RabbitMQ : Message Ordering on Multiple Consumers | by Timotius Pamungkas | BATC — BFI Agile Thought Community | Medium
Messaging patterns - Cloud Design Patterns | Microsoft Learn
Publisher-Subscriber pattern - Azure Architecture Center | Microsoft Learn
Asynchronous Request-Reply pattern - Azure Architecture Center | Microsoft Learn
Choreography pattern - Azure Architecture Center | Microsoft Learn
Pipes and Filters pattern - Azure Architecture Center | Microsoft Learn
Queue-Based Load Leveling pattern - Azure Architecture Center | Microsoft Learn
Cloud design patterns - Azure Architecture Center | Microsoft Learn
Azure Architecture Center - Azure Architecture Center | Microsoft Learn
Compare Azure messaging services - Azure Event Grid | Microsoft Learn
Message Queueing vs. Event Stream Processing in Azure | scale-tone
TSM - What messaging queue should I use in Azure?
Publisher Subscriber and Event Streaming patterns | Joaquín's blog
Question
What is Event Streaming? A Deep Dive | Ably Realtime
Everything You Need To Know About Publish/Subscribe | Ably Realtime

Tier Architecture

Single-Tier vs. Multi-Tier Architecture: Choosing the Right Bitnami Package
Micro-Services Vs N-Tier Architecture
Monolithic, N-Tier, Microservices explained with comparison and example - Software Architecture - YouTube
Software Architecture: One-Tier, Two-Tier, Three Tier, N Tier
Database Architecture in DBMS: 1-Tier, 2-Tier and 3-Tier
Difference Between Two-Tier And Three-Tier database architecture - GeeksforGeeks
IBM Documentation

Onion vs Clean vs Hexagonal Architecture | by Eric Damtoft | Medium
software design - Onion architecture compared to hexagonal - Stack Overflow
MVC vs MVVM – Difference Between Them
What is difference between MVC, MVP & MVVM design pattern in terms of coding c# - Stack Overflow

Requirements

Question
Question
Acceptance Criteria for User Stories with Examples Explained
Acceptance Criteria: Purposes, Types, Examples and Best Practices | AltexSoft
What is User Story and Acceptance Criteria (Examples)
User Story Acceptance Criteria Examples and Definition in 2020 | RubyGarage
Acceptance Criteria vs. Scenarios | Liz Keogh, lunivore
Acceptance criteria guide: what It’s all about and how to write It?
Agile Planning: Step-by-Step Guide + Template | monday.com Blog
Sprint Planning | Atlassian
What is Sprint Planning?
The Cost of Missing Acceptance Criteria - TestLodge Blog
How to Capture Missed Details in Your Acceptance Criteria
Writing Test Cases from User Stories & Acceptance Criteria - TestLodge Blog
How to Write Acceptance Criteria: Examples and Best Practices

Software Design and Architecture

Architecture Patterns

Onion Architecture

DDD, Hexagonal, Onion, Clean, CQRS, … How I put it all together – @hgraca
.net - Did I implement Onion Architecture correct? - Stack Overflow
Domain Driven Design | Documentation Center | ABP.IO
Entities | Documentation Center | ABP.IO
Repositories | Documentation Center | ABP.IO
Domain Services | Documentation Center | ABP.IO
Onion Architecture - Skeleton Example - Think To Code
c# - How to structure an Onion project - Software Engineering Stack Exchange
Understanding Onion Architecture - CodeProject
Bookstore – Part I: Onion Architecture, Entities and Interfaces | Henrique Baggio's Blog
Hexagonal and Clean Architecture Styles with .NET Core (Reviewed) - Paulovich.NET
Clean Architecture for .NET Applications - Paulovich.NET
Clean Architecture Essentials - DEV Community
Building Domain Driven Architecture in .NET – Part 1 (Overview) – Artineering
+1 for the Matthias Noback book, although I do not agree with everything in t... - DEV Community
mu8zrr1hynngb6is9ywl.png (313×396)
c# - DDD architecture - Stack Overflow
Domain-Driven Design in ASP.NET Core applications (library and example)
Domain Driven Design Implementation Guide | Documentation Center | ABP.IO
Onion Architecture Is Interesting - DZone Java
Onion Architecture - Cutting onions, without the tears!
Onion Architecture 🧅 - DEV Community
André Bazaglia - Clean architecture with TypeScript: DDD, Onion
DDD Part III. DDD and Onion Architecture | by M Yauri Attamimi | Medium
Onion Architecture Project Structure
Onion Architecture in ASP.NET Core - Code Maze
Understanding Onion Architecture in ASP.NET Core MVC | T/DG Blog - Digital Thoughts
Clean architecture series — Part 2 - DEV Community
GitHub - Amr-Elmadah/MicroBlogging: Code task of Symphony company
Uncle Bob's Clean Architecture
Clean Architecture .NET Core (Part 1: Introduction) | by Nishān Wickramarathna | Medium
Building ASP.NET Core Web APIs with Clean Architecture
onion architecture - How to best encapsulate features in software design? - Software Engineering Stack Exchange
Onion Architecture & Simple sample Code | by Jorge Freitas | Medium
Clean Architecture Tutorial for Android: Getting Started | raywenderlich.com
Clean architecture tutorial: Design for enterprise-scale apps
Clean Architecture: The concept behind the code - DEV Community
A quick introduction to clean architecture
Clean Architecture – Make Your Architecture Scream
Clean architecture for the rest of us
Introduction To Clean Architecture And Implementation With ASP.NET Core
Clean Architecture In ASP.NET Core Web API
Clean Architecture with Spring Boot | Baeldung
Clean Architecture - Awesome Software Architecture
Implementing a Clean Architecture in ASP.NET Core 6 - The Code Wrapper

SOA

Zato | What ESB and SOA are anyway

MicroServices

Microservices Architecture in Arabic - YouTube

N-Tier

N-tier architecture style - Azure Architecture Center | Microsoft Docs
Tour the N-tier architecture style for your application - Learn | Microsoft Docs
Introduction - Learn | Microsoft Docs
What is an N-tier architecture? - Learn | Microsoft Docs
Exercise - Deploy an N-tier architecture - Learn | Microsoft Docs
Considerations for N-tier architectures - Learn | Microsoft Docs
Summary - Learn | Microsoft Docs
Three Tier Architecture In ASP.NET Core 6 Web API
aghayeffemin/aspnetcore-n-tier: .NET Core N-Tier architecture Web Api sample project.
Setting up an N-Tier ASP.NET Core App - DEV Community 👩‍💻👨‍💻
.NET Core and Angular Walking Skeleton Series' Articles - DEV Community 👩‍💻👨‍💻
ASP.NET Core with Angular Training | Learn ASP.NET Core with Angular Online | ASP.NET Core Training Courses - Dot Net Tricks
(202) Fundamentals of ASP.NET Core 3 : What Is MVC – N-Tier Architecture | packtpub.com - YouTube
(202) DotNet Core 5: Presentation Layer (Angular 11)- N Tier Solution Part 5 of 6 - YouTube
Single Page application n-tier architecture using ASP.NET Web API and Angular - Stack Overflow
c# - ASP.NET Core. How to use with n-tier architecture? - Stack Overflow
Setting up an N-Tier ASP.NET Core App | by Jeremy Wells | Medium
How to build and deploy a three-tier architecture application with C Sharp.
How to build and deploy a three-layer architecture application with C#?

SinglePageApplication

Single-page application - Wikipedia
SPA (Single-page application) - MDN Web Docs Glossary: Definitions of Web-related terms | MDN
What is a Single Page Application? | Bloomreach
What Is A Single Page Application? Meaning, Pitfalls & Benefits
What is Single Page Application? 3 Examples, Pros and Cons
Angular - Server-side rendering (SSR) with Angular Universal

CAP

CAP Theorem for Databases: Consistency, Availability & Partition Tolerance – BMC Software | Blogs
CAP theorem - Wikipedia
The CAP Theorem in DBMS - GeeksforGeeks
What is the CAP Theorem? | IBM
What is the CAP theorem?
System design fundamentals: What is the CAP theorem?
Distributed Systems for Practitioners - Learn Interactively
What is CAP Theorem?
What is the CAP Theorem? - Hazelcast
CAP Theorem
An Illustrated Proof of the CAP Theorem
Understanding the CAP Theorem - DZone Database
CAP Theorem
System Design Interview Basics: CAP vs. PACELC
CAP Theorem of the distributed system
Explanation of CAP Theorem - Thecodeprogram
NoSQL - CAP Theorem | Automated hands-on| CloudxLab
High availability versus fault tolerance - IBM Documentation
High Availability vs Fault Tolerance: An Overview | Liquid Web
High Availability vs. Fault Tolerance vs. Disaster Recovery
High Availability Vs. Fault Tolerance | Baeldung on Computer Science
High Availability vs Fault Tolerance vs Disaster Recovery – Explained with an Analogy
CAP Theorem and Distributed Database Management Systems | by Syed Sadat Nazrul | Towards Data Science
What is the CAP theorem?
CAP Theorem and Distributed Database Systems for Data Engineering
database - CAP theorem - Availability and Partition Tolerance - Stack Overflow
You Can’t Sacrifice Partition Tolerance | codahale.com
Partition Tolerance - an overview | ScienceDirect Topics
Partition tolerance - AWS Well-Architected Framework
Cassandra Vs MongoDB - Classification using CAP Theorem - Instaclustr
What is the CAP Theorem? MongoDB vs Cassandra vs RDBMS, where do they stand in the CAP theorem? | by Bikas Katwal | Medium
The Battle “Cassandra vs MongoDB” - Differences You Should Know!
mongodb - Mongo and Cassandra in context of CAP? - Stack Overflow
Question

ServerLess

What is serverless?
What is serverless computing? | Serverless definition | Cloudflare
الحوسبة بلا خوادم - Amazon Web Services
Serverless Computing – Amazon Web Services
What is Serverless?
Spring | Serverless
Serverless computing and applications | Microsoft Azure

Projects Folder Structures

Projects Folder Structures Best Practices - DEV Community
How should I organize my source tree? - Software Engineering Stack Exchange
How to Organize Clean Architecture to Modular Patterns in 10 Minutes - CodeProject
Domain Driven Design Implementation Approach with Generic Repository and UoW Pattern in ASP.NET Core 3.1 Web API and EF Core 5.0 - CodeProject
Folder-by-type or Folder-by-feature - Software Engineering Stack Exchange
Should I organize my folders by business domain or by technical domain? - Software Engineering Stack Exchange
medium.com
Domain-driven Design (DDD): File Structure - DEV Community
DDD directory structure using Symfony Flex (4/5) · Issue #36 · webdevilopers/php-ddd · GitHub
Domain Driven Project Organization
Folder and namespace structure with DDD

Design Life Cycle

Design from the database first through to UI or t'other way round? - Stack Overflow
UI, Business Logic Layer, Data Layer and where to put web services - Stack Overflow
How to build and deploy a three-layer architecture application with C#?
N-Tier Application Design
Creating a Business Logic Layer (C#) | Microsoft Docs
ASP.NET Web Forms Guidance | Microsoft Docs
Ebook: Object-Oriented Systems Analysis and Design Using UML - BENNETT - كتب Google
.NET Application Architecture: the Data Access Layer - Simple Talk
Goal-Driven Software Development Process - Wikiwand
Program Design: Top Down vs. Bottom Up | Study.com

Service Discovery in a Microservices Architecture - DZone Microservices
An Introduction to Microservices, Part 3: The Service Registry
Service Discovery for Microservices - kloia.com
Microservices addressability and the service registry | Microsoft Docs
Service registry pattern
Service Discovery and Service Registries - Modern Application Development on AWS
Transaction Script Pattern - DZone
P of EAA: Transaction Script
Transaction Script
Framework Design Guidelines: Domain Logic Patterns | Transaction Script | InformIT
Service Design Patterns - Web Service Implementation Styles - Transaction Script
Catalog of Patterns of Enterprise Application Architecture

Distributed Transaction

What is a Distributed Transaction? | Hazelcast
Patterns for distributed transactions within a microservices architecture | Red Hat Developer
Solving distributed transaction management problem in microservices architecture using Saga – IBM Developer
Design for Failure — Distributed Transactions in Microservices | Zühlke
Committing a Transaction in Single-Phase and Multi-Phase | Microsoft Docs
Distributed transaction - Wikipedia
Improving Microservices Reliability With Two-Phase Commit - DZone Microservices
Distributed Transactions With the 2PC Protocol - DZone Microservices
Two-Phase Commit (2PC) Protocol in Microservice Architecture | Codez Up
TwoPhaseCommit/TwoPC at master · baaraban/TwoPhaseCommit · GitHub
How to implement a two-phase commit mechanism in a microservice | by Eduardo Patrocinio | Medium
Semaphore (programming) - Wikipedia
Patterns for distributed transactions within a microservices architecture | Red Hat Developer
Sagas
Saga distributed transactions - Azure Design Patterns | Microsoft Docs
Saga Pattern in Microservices | Baeldung on Computer Science
Saga Pattern: how to manage distributed transactions with microservices
Microservices: SAGA Pattern of distributed transaction in Java
orangeloop/sagas: A simple C# implementation of the Unit of Work pattern for use with IDbConnection, as well a Saga implementation for orchestrating transactions across domains.
Microservices Architecture Pattern - SAGA
Saga Patterns by Example - DEV Community
Implementation of Choreography-based Saga in .NET Microservices | Gökhan Gökalp
GokGokalp/choreography-saga-dotnet
cpvariyani/rabbitmq-saga-state-machine-with-cancel
Best 20 NuGet saga Packages - NuGet Must Haves Package
mizrael/OpenSleigh: OpenSleigh is a Saga management library for .NET Core.
OpenSleigh | Yet another Saga management library for .NET Core.
dcomartin/LooselyCoupledMonolith at NServiceBus
OpenSleigh: a Saga management library for .NET Core - David Guida
Improving microservices reliability - part 1: Two Phase Commit - David Guida
Life Beyond Distributed Transactions: An Apostate's Implementation - Sagas
Saga Pattern | How to Implement Business Transactions Using Microservices – Part II | The Couchbase Blog
Saga Pattern: Application Transactions Using Microservices
Azure-Samples/saga-orchestration-serverless: An orchestration-based saga implementation reference in a serverless architecture
Integrating RabbitMQ with ASP.NET Core - Quickstart with an Example - Referbruv CodeBlog
selagroup/sdp-june2016-cfp: Call for papers for the Sela Developer Practice, June 2016
peresdev/masstransit-rabbitmq-scaling-microservices: masstransit-rabbitmq-scaling-microservices

Async Communications

ASP.NET Core - Why async await is useful
c# - Task vs async Task - Stack Overflow
c# - What's the difference between Task.Start/Wait and Async/Await? - Stack Overflow
.net - Async/await vs Task.Run in C# - Stack Overflow
TPL and Traditional .NET Asynchronous Programming | Microsoft Learn
Async/await and the Task Parallel Library don't mix

Events

Domain events. design and implementation | Microsoft Docs

Domain event
Domain Events vs. Event Sourcing – INNOQ

DDD

Validation

Designing validations in the domain model layer | Microsoft Docs
Validation and DDD · Enterprise Craftsmanship
Validation in a DDD world · Los Techies
Context Validation in Domain-Driven Design | Toptal
Designing validations in the domain model layer · Microsoft Microservices Book
Validation in Domain-Driven Design (DDD) - Lev Gorodinski
Using a DDD Approach for Validating Business Rules
Validation in DDD - Questions - Slim Framework
Domain Driven Design: How to define and validate a Domain with Typescript ?
Where Do I Put My Business Rules And Validation? - DEV Community 👩‍💻👨‍💻
Validation in a Domain Driven Design – Dev – RotaDEV.com
Design a No Duplicates Rule in your Domain Model? | Blog
Designing validations in the domain model layer | Microsoft Learn
c# - Where to put global rules validation in DDD - Stack Overflow
domain driven design - The difference between object validation and persistence validation in DDD? - Stack Overflow
nhibernate - BDD/DDD Where to put specifications for basic entity validation? - Stack Overflow

Value Object

DDD Building Blocks: Value Object — Domain Centric
Implementing value objects | Microsoft Docs
eShopOnContainers/Address.cs at dev · dotnet-architecture/eShopOnContainers · GitHub
eShopOnContainers/OrderEntityTypeConfiguration.cs at dev · dotnet-architecture/eShopOnContainers · GitHub
Owned Entity Types - EF Core | Microsoft Docs

CQRS Pattern

CQRS pattern - Azure Architecture Center | Microsoft Docs
CQRS
Command Query Responsibility Segregation (CQRS)
A Beginner's Guide to CQRS
- IBM Cloud Architecture Center
CQRS pattern - AWS Prescriptive Guidance
CQRS Design Pattern Overview
CQRS and Event Sourcing in Java | Baeldung
Command–query separation - Wikipedia
The pros and cons of the CQRS architecture pattern | Enable Architect
An illustrated guide to CQRS data patterns | Enable Architect
Using The CQRS Pattern In C#
CQRS Pattern in a real world application with C# | Medium
CQRS Design Pattern C# - Code with Shadman
CQRS is simpler than you think with .NET 6 and C# 10 - Event-Driven.io
Implement CQRS Pattern in ASP.NET Core 5
CQRS by Example: Simple ASP.NET CORE Implementation - DZone Web Dev
Should you use the Repository Pattern? With CQRS, Yes and No! - CodeOpinion
Should you use the Repository Pattern? With CQRS, Yes and No! : r/dotnet
domain driven design - How do Repositories fit with CQRS? - Stack Overflow
Applying simplified CQRS and DDD patterns in a microservice | Microsoft Docs
Repositories or command / query objects?
How to Organize Repository Interfaces to Support CQRS Architecture
Stop Using Repository Pattern With an ORM - Hamid Mosalla
Favor query objects over repositories · Los Techies
Do we need the repository pattern? - Nogginbox
A Practical Guide to CQRS - Tacta
Repositories Revisited (and why CQRS is better)
Playing with Clean Architecture and CQRS pattern using asp.net core, EF and Dapper - Think Simple
repository - How to structure the query-side of a CQRS application? - Stack Overflow
asp.net core webapi - Right implementation of CQRS design pattern? - Stack Overflow
What are the advantages for using Command Query Responsibility Segregation over Repository pattern in ASP.NET MVC? - Stack Overflow
repository pattern - Does we need keep Business Logic Layer when we use CQRS + MediatR in net core? - Stack Overflow
repository pattern - CQRS and domain model - Stack Overflow
domain driven design - DDD and CQRS: use multiple repositories from a single command handler? - Stack Overflow
domain driven design - CQRS or App Service? - Stack Overflow
Separate application service for command / query in CQRS implementation in Domain Driven Design? - Stack Overflow
CQRS commands and queries. Do they belong to Application or Domain level in terms of DDD? - Stack Overflow
c# - The purpose of services in Greg Young's CQRS implementation - Stack Overflow
c# - In CQRS pattern, should work go in domain services or command handlers - Stack Overflow
c# - Where should I place read models in the DDD architecture? - Stack Overflow
Implementing reads/queries in a CQRS microservice | Microsoft Docs
design patterns - What is the difference between Command + CommandHandler and Service? - Stack Overflow
load balancing - Domain driven design concepts and relation with CQRS - Stack Overflow
Onion Architecture In ASP.NET Core With CQRS - Detailed
GitHub - iammukeshm/OnionArchitecture: The onion architecture, introduced by Jeffrey Palermo, overcomes the issues of the layered architecture with great ease. With Onion Architecture, the game-changer is that the Domain Layer (Entities and Validation Rules that are common to the business case ) is at the Core of the Entire Application. This means higher flexibility and lesser coupling. In this approach, we can see that all the Layers are dependent only on the Core Layers.
Onion Architecture In ASP.NET Core With CQRS – Detailed :: Articles :: Sergey Drozdov | Software Engineer
Introducing CQRS in the architecture - PureSourceCode
Onion Architecture in ASP.NET Core with CQRS: Detailed & Illustrated
DDD, Hexagonal, Onion, Clean, CQRS, … How I put it all together – @hgraca
GitHub - tedbouskill/m-r-core-of: .NET Core - Onion Framework - Event Sourcing - CQRS Example
Clean Architecture And CQRS Pattern

Repository Pattern

Spring Data JPA. How to get only a list of IDs from findAll() method - Stack Overflow
c# - Fetching the count of child entities with EF Core instead of the full entity using a generic repo with specification pattern? - Stack Overflow
Implementing the Repository and Unit of Work Patterns in an ASP.NET MVC Application (9 of 10) | Microsoft Docs
Designing the infrastructure persistence layer | Microsoft Docs
The Repository Pattern | Microsoft Docs
Development How-to Topics | Microsoft Docs
How to: Create a List Repository | Microsoft Docs
entity framework - What specific issue does the repository pattern solve? - Stack Overflow
Design patterns that I often avoid: Repository pattern | InfoWorld
Unit of Work in Repository Pattern
Repository Design Pattern in C# with Examples - Dot Net Tutorials
entity framework - Returning Domain Objects from Repositories on Joining tables - Stack Overflow
How to write a Repository
c# - Very slow query in EF Core that fetches multiple children entities with .Include()? - Stack Overflow
domain driven design - Repository Pattern: how to Lazy Load? or, Should I split this Aggregate? - Stack Overflow
c# - How to partially update aggregate in a DDD manner - Stack Overflow
P of EAA: Repository
c# - EntityFramework Eager Load all Navigation Properties - Stack Overflow
Repository Pattern | DevIQ
Avoid Repository pattern for operations not related to persistence - DEV Community
design patterns - What should a repository really do? - Software Engineering Stack Exchange
design - DDD repositories in application or domain service - Software Engineering Stack Exchange
domain driven design - Which layer do DDD Repositories belong to? - Software Engineering Stack Exchange

Business Logic in Code vs Database

c# - Is this a DDD rule? - Stack Overflow
domain driven design - Unread comments count in DDD - Stack Overflow
c# - DDD, EF, Aggregations - Stack Overflow
domain driven design - Where to put business logic with side effects in DDD? - Stack Overflow
Domain Driven Design (DDD) and database generated reports - Stack Overflow
Domain Logic and SQL
DDD and your database — Matthias Noback - Blog
c# - Caching calculated values (Sums/Totals) in the Database - Stack Overflow
Fetching Strategy Design
domain driven design - Querying in a DDD system - Stack Overflow
performance - DDD and Entity Framework, Filters - Stack Overflow
domain driven design - Is it okay to bypass the repository pattern for complex queries? - Stack Overflow
c# - Where should I put query logic related to filtering data by role user in DDD architecture - Stack Overflow
DDD: Trying to code sorting and filtering as it pertains to Poco, Repository, DTO, and DAO using C#? - Stack Overflow
c# - Which is better? Have complicated search logic in repository or in a domain level service (via IQueryable or other)? - Stack Overflow
DDD and Entity Framework: Pulling children from aggregate root - Stack Overflow
oop - How to set business logic that require data from DB in Domain Driven Design - Stack Overflow
domain driven design - Am I allowed to have "incomplete" aggregates in DDD? - Stack Overflow
SQL vs CODE, Where is the balance? - Stack Overflow
application design - How much business logic should the database implement? - Software Engineering Stack Exchange
architecture - Business Logic in Database versus Code? - Stack Overflow
Put business logic in the application, not the database | InfoWorld
Question
SQL and Business Logic
design - Business logic: Database vs code - Software Engineering Stack Exchange
data vs business logic - Software Engineering Stack Exchange
What are the arguments against or for putting application logic in the database layer? - Software Engineering Stack Exchange
architecture - Business Layer in Database logic system - Software Engineering Stack Exchange
java - Should business logic be in the app or in the backend? - Software Engineering Stack Exchange
object oriented - What really is the "business logic"? - Software Engineering Stack Exchange
Business Logic in the Database. Yes or No? It Depends! | Vertabelo Database Modeler
Business Logic in database or application | Ajeet Yelandur's Blog
c# - How to perform a filter in a child entity inside an Aggregate Root in Entity Framework - Stack Overflow
.net - Domain Driven Design: How to access child of aggregate root - Stack Overflow
domain driven design - Repository methods for query children of aggregate root - Stack Overflow
c# - Design of an Aggregate Root with a large collection of children - Stack Overflow
pattern - domain driven design example - Code Examples
domain driven design - DDD - Aggregate root with large number of children - Software Engineering Stack Exchange
validation - Domain Driven Design: How to handle a conceptually large aggregate root? - Stack Overflow
concurrency - How to deal with big aggregate roots with lots of children? - Stack Overflow
domain driven design - A filtering logic should be in a repository or in a service? - Software Engineering Stack Exchange
domain driven design - Retrieval of child objects of aggregates in DDD - Stack Overflow
asp.net mvc 3 - Getting all aggregate root entities child entities? - Stack Overflow
asp.net - IQueryable & Repositories - take 2? - Stack Overflow
domain driven design - DDD - Modifications of child objects within aggregate - Stack Overflow
language agnostic - When working with domain models and POCO classes, where do queries go? - Stack Overflow
domain driven design - Aggregate roots always have to be "complete"? - Software Engineering Stack Exchange
Domain model purity and lazy loading · Enterprise Craftsmanship
R – Am I allowed to have “incomplete” aggregates in DDD – iTecNote
An In-Depth Understanding of Aggregation in Domain-Driven Design - Alibaba Cloud Community
java - Loading up all entities as part of an Aggregate Root - Stack Overflow
orm - How to avoid aggregate being dependent on outside includes? - Stack Overflow
design patterns - Balance between aggregate boundaries and domain consistency in DDD - Software Engineering Stack Exchange
domain driven design - Filters in DDD Repository - Stack Overflow
design patterns - DDD and filtering - Software Engineering Stack Exchange
architecture - DDD and collections and paging of related models? - Software Engineering Stack Exchange
c# - DDD: Lazy loading in aggregates - Stack Overflow
[SOLVED] => DDD: Lazy loading in aggregates
domain driven design - authorization filter in layered architecture - Stack Overflow
domain driven design - performance suggestions on Aggregate root containing thousands of child entities - Software Engineering Stack Exchange
domain driven design - DDD: Is an aggregate root responsible for deleting its child entities from their repository? - Software Engineering Stack Exchange
domain driven design - How to work with large aggregate roots? - Software Engineering Stack Exchange
pattern - Domain Driven Design: How to access child of aggregate root
c# - Domain Driven Design - Large child collections - Stack Overflow
IDDD_Samples/iddd_collaboration/src/main/java/com/saasovation/collaboration/domain/model/forum at master · VaughnVernon/IDDD_Samples · GitHub
.net - Domain Driven Design: How to access child of aggregate root - Stack Overflow
c# - How to avoid persisting entire aggregate root when adding child entity? - Stack Overflow
domain driven design - How do you handle an aggregate root with a collection of child entities whose update frequency is different than the root? - Stack Overflow
Domain-Driven Design and Entity Framework Core – two years on – The Reformed Programmer
c# - Dynamically load tables from Entity Framework with string name of tables - Stack Overflow
Applying Domain-Driven Design And Patterns: With Examples in C# and .net: Nilsson, Jimmy: 0785342268201: Amazon.com: Books
[Solved] DDD: Lazy loading in aggregates - Local Coder
Snapshot
Implementing the Repository and Finder patterns – Russell East's blog
domain driven design - DDD Repositories and Factories - Stack Overflow
entity framework - Returning Domain Objects from Repositories on Joining tables - Stack Overflow
c# - Repository Pattern - Summary Information - Stack Overflow
domain driven design - Is it ok for a DDD repository work with summary objects in addtion to "real" objects - Stack Overflow
c# - How should I return custom result sets from repository? - Stack Overflow
Repository Pattern, Done Right - CodeProject
4 Common Mistakes with the Repository Pattern - Programming with Mosh
domain driven design - DDD: can a Repository return entities inside an aggregate? - Stack Overflow
c# - How can I perform aggregate operations via the repository pattern? - Stack Overflow
repository - What should repositories in DDD return - Stack Overflow
design patterns - Non-CRUD operations in repository classes - Stack Overflow
domain driven design - DDD: How to handle large collections - Stack Overflow
design patterns - DDD: Aggregate root too many lines of code - Software Engineering Stack Exchange
domain driven design - Importance of loading/saving complete aggregates at once in DDD - Software Engineering Stack Exchange
object oriented design - DDD - Performing simple operations on complex Aggregates - Software Engineering Stack Exchange
separation of concerns - Complex fetching of Domain Objects - Software Engineering Stack Exchange
domain driven design - DDD: do I really need to load all objects in an aggregate? (Performance concerns) - Stack Overflow
Effective Aggregate Design by Vaughn Vernon
domain driven design - How entities covered with in an aggregate Root are saved in DDD? - Stack Overflow
domain driven design - DDD: Loading whole aggregate would result in performance problems - Stack Overflow
c# - Aggregate roots and perfomance with Entity Framework - Stack Overflow
c# - Eager load ALL by default with Entity Framework within a Generic Repository - Stack Overflow
c# - How to handle Includes with Entity Framework Core in Domain Driven Design - Stack Overflow
domain driven design - Entity Framework and DDD - Load required related data before passing entity to business layer - Stack Overflow
c# - DDD repositories with EF explicitly loading - Stack Overflow
domain driven design - Should repositories be both loading and saving entities? - Stack Overflow
Repositories, where did we go wrong? - Jef Claes
domain driven design - In DDD, are collection properties of entities allowed to have partial values? - Stack Overflow
asp.net mvc - DDD Repository EF Performance - Stack Overflow
c# - DDD: entity's collection and repositories - Stack Overflow
c# - Can repository pattern be used for loading of "partial entities" - Stack Overflow
c# - Domain Driven Design and aggregates - Stack Overflow
entity framework - Partially initializing domain entities - Stack Overflow
domain driven design - How to handle (partially) dependant aggregate roots? - Stack Overflow
design patterns - Domain Aggregate Root with tree of Entities - Stack Overflow
domain driven design - DDD Aggregate with potentially large collection with important invariant - Stack Overflow
client server - DDD - Update a small detail on an Entity without updating the whole Aggregate Root - Stack Overflow
domain driven design - Monolithic aggregate roots - Stack Overflow
domain driven design - Modeling an aggregate with a time-bound collection - Stack Overflow
domain driven design - DDD: How to handle large collections - Stack Overflow
c# - DDD - How to implement high-performing repositories for searching - Stack Overflow
Business Logic In Stored Procedures
design - Pros and Cons of holding all the business logic in stored procedures in web application - Software Engineering Stack Exchange
design - How do you decide between putting the code in the database or putting the code in the application? - Software Engineering Stack Exchange
Question
Sql Best Practices
Performance Tuning SQL Queries | Advanced SQL - Mode
SQL Query Optimization: 12 Useful Performance Tuning Tips and Techniques
Query optimization techniques in SQL Server: tips and tricks
domain driven design - DDD: How many Aggregate roots do I need? - Stack Overflow
DDD (Domain-Driven-Design) - large aggregates - Stack Overflow
domain driven design - Aggregate root with many fields - Software Engineering Stack Exchange
c# - EF Including Other Entities (Generic Repository pattern) - Stack Overflow
c# - Entity framework included properties and Repository pattern - Stack Overflow
c# - Repository pattern and Navigation properties - Stack Overflow
c# - Entity Framework, Navigation Properties, and the Repository Pattern - Stack Overflow
c# - Include all navigation properties using Reflection in generic repository using EF Core - Stack Overflow
c# - Is using CQRS with not separated services and repositories really affecting the quality of code? - Stack Overflow
c# - Mapping results of the repositories to the AGGREGATION ENTITY in DOMAIN layer - Stack Overflow
In Defense of Lazy Loading · Enterprise Craftsmanship
All our aggregates are wrong - Mauro Servienti - YouTube
repository - DDD: Do item counts belong in domain model? - Stack Overflow
domain driven design - Do these count as repositories or something else? - Stack Overflow
asp.net mvc 3 - View and Domain model, where to perform calculation - Stack Overflow
design patterns - Agreggate functions in a Repository - Software Engineering Stack Exchange
Simple CQRS implementation with raw SQL and DDD - Kamil Grzybek
DDD: Confusion about repository/domain boundaries - Stack Overflow
hibernate - DDD - Domain entity(aggreagate) with large collection of another entity - Stack Overflow
c# - Why not use a repository to return partial domain model results - Stack Overflow

DTO

java - How much business logic should Value objects contain? - Stack Overflow
java - Adding behaviour to DTO object - Stack Overflow
How to share business logic between DTO & domain model? - Stack Overflow
Mapping requests to DTOs inside Laravel's form requests | Sandulat
Data Transfer Objects | Documentation Center | ABP.IO
rest - Should service layer accept a DTO or a custom request object from the controller? - Stack Overflow
.net - Best Practices For Mapping DTO to Domain Object? - Stack Overflow
asp.net - Practical usage of AutoMapper with POST request - Stack Overflow

ViewModel

c# - Is it good Practice Call Business Logic from ViewModel - Stack Overflow
c# - How to Inject Generic Repository(Or Business Logic Layer) Into ViewModel - Stack Overflow
asp.net mvc - Does it make sense to have Business Logic within a ViewModel in MVC? - Stack Overflow
asp.net mvc - MVC: Should we have any if else OR other logical statement in View? - Stack Overflow

Domain Services

Articles Tutorials | AspNet Boilerplate
Services in DDD finally explained · Developer 2.0

Multi Aggregation Roots

domain driven design - Query data across multiple repositories in DDD - Stack Overflow
domain driven design - Access multiple entities in repository - clean architecture - Software Engineering Stack Exchange
go - In DDD can an entity and repository pull from multiple tables? - Stack Overflow
spring - Using multiple services or multiple repositories within service? - Stack Overflow

Domain Models

c# - DDD aggregate root is it correct to have an static method that create the object - Stack Overflow
java - DDD - How do you create a new instance or load the aggregate root? - Stack Overflow
Creating new Aggregates in DDD – Gediminas Geigalas' blog
Implementing Domain Driven Design: Part II - DEV Community
Rich Domain Model with DDD/TDD (Reviewed) - Paulovich.NET
Persisting DDD Aggregates | Baeldung
[Solved] C# DDD: onetomany relationship between user aggregate root and almost all entities in other aggregates - Code Redirect
Implementing a microservice domain model with .NET | Microsoft Docs
Introduction To Domain Driven Design
Domain-Driven Design in ASP.NET Core applications (library and example)
[Solved] Domain driven design DDD Invariants Business Rules and Validation - Code Redirect
Sapiensworks | How To Handle Business Rules in Domain Driven Design
where should put input validation in Domain Driven Design? - Stack Overflow
Not available
domain driven design - Proper way to interact with child entities through aggregate root - Software Engineering Stack Exchange
Implement Static Entities with Domain-Driven Design & Entity Framework Core | Fanzoo Technology
c# - How do I update aggregate child in DDD? - Stack Overflow
c# - How to add/update child entities when updating a parent entity in EF - Stack Overflow
design patterns - DDD Questions about creation and upgrade of aggregate root with child entitities and its persistence - Stack Overflow
domain driven design - Can I update multiple aggregate instances of the same type in one transaction? - Stack Overflow
How to Handle Updates on Aggregates - Domain-Driven Design w/ TypeScript | Khalil Stemmler
Creating Domain-Driven Design entity classes with Entity Framework Core – The Reformed Programmer
Tactical Domain-Driven Design | Vaadin
c# - How to retrieve data with relation in Repository Pattern in the right way? - Stack Overflow
c# - Loading related data using repository pattern and uow with EF Core 6 - Stack Overflow
entity framework - MVC Repository pattern where data will be loaded from multiple table - Stack Overflow
c# - How to add record to multiple tables in MVC through EF Repositry - Stack Overflow
DDD: Repository Implementation Patterns · Los Techies

Helper Classes

java - Difference between a service class and a Helper class - Software Engineering Stack Exchange
web development - What layer/object should I add a Helper method to get all Product objects from? - Software Engineering Stack Exchange
domain driven design - DDD Architecture - Where To Put Common Methods/Helpers - Stack Overflow
php - DDD and helper classes - Stack Overflow
domain driven design - In DDD Architecture where do I keep helper classes? - Stack Overflow
architecture - Domain Driven Design: Domain Service, Application Service - Stack Overflow
domain driven design - The placement of utility classes in DDD - Stack Overflow

OOP

Advantages vs Disadvantages

What is OOP? | Principles With Examples | Advantages & Disadvantages
Object Oriented Programming (OOP) | 115-Java-Interview-Questions-and-Answers
Can You Define Reusability In Object-Oriented Programming? - Blurtit
Chapter 5 Design Principles II: Flexibility, Reusability, and Efficiency. - ppt download
What are the Advantages of Object-Oriented Programming? | upGrad blog
Advantages of OOP | Explore the Top 9 Advantages OF OOP
The Benefits of OOP

OOP Principles

Encapsulation

What is Encapsulation in OOP? | Sumo Logic
OOP Concept for Beginners: What is Encapsulation
Encapsulation in OOP: Definition and Examples | Scout APM Blog
Encapsulation (computer programming) - Wikipedia
Encapsulation – Programming Fundamentals
Java - Encapsulation
Encapsulation in Java OOPs with Example

Reusability , Flexibility , Share Code

What Makes Code Extensible and Flexible? - Manning
SOLID design principles: Building stable and flexible systems · Raygun Blog
Five Techniques for Writing More Flexible Code
Tips and Tricks for Flexible Code
How to make code more flexible - Stack Overflow
How to make your code flexible? — Harold Serrano - Game Engine Developer
Flexible code considered harmful - DEV Community
How to Ensure Flexible, Reusable PHP Code with Insphpect - SitePoint
Five tips for writing flexible code - Titan Wolf
Software Design for Flexibility | The MIT Press
Software Flexibility | Informative Architecture
“Flexibility” of Software Development Method | SpringerLink
The Benefits of a Flexible Software Architecture - Developer Automation
EETimes - Reusability, usability and flexibility
Code reuse - Wikipedia
Maximize Your Ability For Code Reusability: 8 Effective Ways
How to Maximize Your Ability to Reuse Code Across Projects
The Importance Of Code Reusability In Software Development
How do you make code reusable? - Stack Overflow
A Funny Java Flavoured Look at the World: 10 tips on writing reusable code
java - Using same function in multiple class - Stack Overflow
Five Considerations for Code Reusability
Magic Strings | DevIQ
SPM-2: Magic Strings
The Magic String | crayola.com
The DRY Principle: Benefits and Costs with Examples
SOLID and DRY - CodeProject
c# - How do I create and maintain a code reuse library? - Stack Overflow
Implementing a reusable design pattern Library in C#
Considerations to Take When Writing Reusable Software Components - CodeProject
How YOU can create reusable packages for .NET Core using VS Code, C# and NuGet
How YOU can create reusable packages for .NET Core using VS Code, C# and NuGet
What is duplicate code? Top 4 harmfull effects of code duplication.
java - Good strategy to avoid duplicate code - Stack Overflow
How do you avoid code duplication? – QuickAdviser
What Is Code Duplication? A Definition and Overview - LinearB
How to avoid duplicate code when using similar SDKs | by Sean Barbeau | Medium
Consolidate Conditional Expression

Separation Of Concerns

Separation of concerns - Wikipedia
Separation of Concerns | DevIQ
Separation of Concerns in Software Design - Alexey Naumov
Separation of Concerns The Simple Way - DEV Community
How to implement Design Pattern – Separation of concerns
Separation of Concerns | Effective Software Design
What is Separation of Concerns | IGI Global
object oriented - How do you explain Separation of Concerns to others? - Software Engineering Stack Exchange
Programming for Separation of Concerns
Separation of Concerns, Demystified and Explained Clearly - NDepend
Separation of Concerns - Embedded Artistry

DRY, KISS, YAGNI

Software Design Principles DRY, KISS, YAGNI
Don't Repeat Yourself (DRY) - Part Two
Don't Repeat Yourself (DRY) Design Principle
Don't Repeat Yourself (DRY) - Part Three
The Don’t-Repeat-Yourself (DRY) design principle in .NET Part 1 | Exercises in .NET with Andras Nemes
DRY revisited · Enterprise Craftsmanship
Software Design Principles - The Dry (Don't-Repeat-Yourself) Principle
Software Design Principles DRY, KISS, YAGNI
c# - How to implement DRY principle when using 'using' keyword? - Software Engineering Stack Exchange
Reusability - Wikipedia
Software Design Principle – DRY – The Code Hubs
What is DRY principle? - Definition from WhatIs.com
Don't repeat yourself - Wikipedia
C# - Building the Better Way
Yagni, Kiss Me Solid! Top 13 Software Engineering Principles
Dev Principle #11: DRY - Don't Repeat Yourself - Fresh Consulting
Patterns and Practices - Super-DRY Development for ASP.NET Core | Microsoft Docs
java - how to refactor the duplicate code? - Stack Overflow
Duplicate Code
Extract Method
Pull Up Field
Pull Up Constructor Body
Pull Up Method
Form Template Method
Extract Superclass

Solid

Replace Conditional with Polymorphism - Zaengle Corp
Replace Conditional with Polymorphism

Single Responsibility

Single Responsibility Principle in Java | Baeldung
Single-responsibility principle - Wikipedia
Single Responsibility Principle: The Art of Great Code | Toptal
Single Responsibility Principle in Object Oriented Design
SOLID Design Principles Explained: The Single Responsibility Principle – Stackify
SOLID: The First 5 Principles of Object Oriented Design | DigitalOcean
Single Responsibility Principle (SRP): A SOLID Pattern for Clean Code - αlphαrithms
Single Responsibility Principle Unpacked
SOLID Principles : The Single Responsibility Principle | Making Java Easy To Learn
Understanding SOLID: Single Responsibility Principle - DEV Community
مبدأ المهمة الواحدة - ويكيبيديا
Think you understand the Single Responsibility Principle? | HackerNoon
oop - What is an example of the Single Responsibility Principle? - Stack Overflow
Python Single Responsibility Principle
Single Responsibility Principle (SRP)
What is Single Responsibility Principle (SRP)? - Definition from WhatIs.com
Question
php - One long class or many shorter classes? - Stack Overflow
java - When should I separate my code into separate classes? - Stack Overflow
design - When should I create separate function (or class) - Software Engineering Stack Exchange
java - when and why do we need to divide a class into many classes? - Stack Overflow
Single Responsibility Principle in C#: How to Achieve This Holy Grail? - MethodPoet
Understanding SOLID Principles: Single Responsibility | by Fanis Despoudis | codeburst
Single-responsibility principle - Wikipedia
Project Metrics Help - Cohesion metrics

How To Create Objects

Object Modeling Best Practices - DZone Java
Creational Design Patterns - Javatpoint
Creational Design Patterns
When to use Factory instead of direct object construction · @zhukserega
Java Constructors vs Static Factory Methods | Baeldung
oop - Constructors vs Factory Methods - Stack Overflow
Effective Java - Static factory methods vs Constructors - DEV Community
Constructors or Static Factory Methods? - DZone Java
design - Static Factory Methods vs Constructors - Software Engineering Stack Exchange
java - What are static factory methods? - Stack Overflow
java - Is it better practice to use static factory methods over an interface implemented by many different objects? - Stack Overflow

Solid

The SOLID Principles of Object-Oriented Programming Explained in Plain English
A Solid Guide to SOLID Principles | Baeldung
SOLID Principles In C#

OOP

C# OOP (Object-Oriented Programming)
What is Object-Oriented Programming (OOP)?
Object-oriented programming - Wikipedia
What is object-oriented programming? OOP explained in depth

Design Patterns

Rule Engine Pattern

Rules Design Pattern in Automated Testing
Rules Design Pattern in Automation Testing - DZone DevOps
C# Design Patterns -- Tutorial with Examples - Dofactory
Rule Engine Pattern. Before delving into what the pattern… | by Yini Yin | Medium
if statement - Design Pattern to implement Business Rules with hundreds of if else in java - Stack Overflow
The Rules Design Pattern - Michael Whelan - behaviour driven blog
c# - Business rules design pattern? - Software Engineering Stack Exchange
How to Use the “Rules Design Pattern” With An Example – Always Learning and Growing

Specification Pattern

Specification Design Pattern in C#
Specification pattern: C# implementation · Enterprise Craftsmanship
Specification Pattern In C#
Specification Pattern | DevIQ
Specification Pattern in ASP.NET Core - Enhancing Generic Repository Pattern
Specification pattern - Wikipedia
Specification pattern in C# - CodeProject
Using the Specification pattern with Repository and Unit of work
3 Design Patterns That Have Aged Poorly -NDepend Blog
Secret Weapon: Specification Pattern | Gökhan Gökalp
C# Specification Pattern | The Machine Spirit
Simple and practical specification pattern with EF Core and C#
.net, C# and programming - Patterns: Specification
Specification Pattern with C# - Promact | Blog
Specification Pattern In C# - Composite Specifications
Simplifying the Composite Specification Pattern · Compiled Experience
The Code Blogger - .NET – Composite Specifications using EF Core
Using the Specification Pattern to Build a Data-Driven Rules Engine_Hacker News - MdEditor
Advanced Specification Design Pattern in Automated Testing - Automate The Planet
asp.net - which design pattern to use for filtering query? c# - Stack Overflow
A Generic Specification Pattern in C#
Design Patterns - Filter Pattern
c# - Using the Specification Pattern - Stack Overflow

Factory Pattern

Design Pattern - Factory Pattern
Factory Method
Design Pattern - Abstract Factory Pattern

Builder Pattern

parameters - How many constructor arguments is too many? - Stack Overflow
FluentInterface
java - Having lots of parameters in a constructor - Stack Overflow
java - Constructor requiring many input arguments - Stack Overflow
Builder pattern - Wikipedia
Builder

Service Locator

Design Patterns Explained – Service Locator Pattern with Code Examples – Stackify
Service Locator Pattern - GeeksforGeeks
Service locator pattern - Wikipedia
Design Pattern - Service Locator Pattern
Service Locator · Decoupling Patterns · Game Programming Patterns
Service Locator Design Pattern
Inversion of Control Containers and the Dependency Injection pattern

Event Source

Event Sourcing pattern - Cloud Design Patterns | Microsoft Docs
Event Sourcing
Event sourcing
Everything You Need to Know About Event Sourcing | SitePen

Configuration Pattern

Options pattern in ASP.NET Core | Microsoft Docs
ASP.NET Core - Accessing Configurations Using Options Pattern
Options pattern in .NET | Microsoft Docs
ASP.NET Core Configuration – Options Pattern - Code Maze
Design pattern for storing settings in c# - Stack Overflow
c# - Options pattern: Two option objects, one needs information from the other - Stack Overflow
c# - Configure all options derived from base option class or interface .NET Core - Stack Overflow
Which design patterns can be applied to the configuration settings problem? - Stack Overflow
My favorite patterns: Injected Configuration | by Dave | Medium
Release It!: Design and Deploy Production-Ready Software 2, Nygard, Michael T., eBook - Amazon.com
java - Creational design pattern that allows configuration of objects - Software Engineering Stack Exchange
design - Config Class/Struct: Pattern or Anti-Pattern? Alternatives? - Software Engineering Stack Exchange
JavaScript Configuration Object Pattern: JSON Saves the Day – Cory House
Code Pattern: Separate Configuration from Behavior - Stay on Target
🔥 (#30) Reusability Fundamentals: The Configuration Pattern - Michael Thiessen
configuration - Configurator pattern design issues - Stack Overflow
java - Builder pattern vs. config object - Stack Overflow
javascript - Pattern for storing several configuration objects - Stack Overflow
python - How to design a program with many configuration options? - Stack Overflow
java - Design pattern for handling app configuration - Stack Overflow
java - How to design a package that can potentially take any data source and convert it into an extensible, read-only configuration object? - Stack Overflow
Configuration Patterns · GitHub
5 Different Ways to Pass Configuration Options for Modern Applications – Sweetcode.io
Using a global object or parameters to pass config data, which one is better in Scala? - Stack Overflow
Question

Problem Solving

0 - intro

Art of Problem Solving
The Validate Subsequence Algorithm: A Deep Dive | by Irene Scott | JavaScript in Plain English
Problem Solving | ProblemSolving
Top 50 Array Interview Questions & Answers (2021 Update)
Top 50 Array Coding Problems for Interviews - GeeksforGeeks
Explore - LeetCode
Dashboard | HackerRank
AlgoExpert vs LeetCode: Detailed Comparison - AlgoExpertise
Solve Data Structures | HackerRank
Question
Solve Arrays Questions | Data Structures | HackerRank
Problems - LeetCode
Steps of Problem-Solving in Data Structure and Algorithms
Question
Question
Roadmap for beginners to Competitive programming - DEV Community
Codeforces vs Leetcode - Blind
Is LeetCode Worth It? [AlgoExpert vs LeetCode vs HackerRank]
Best Roadmap of competitive Programming in 2021 - Terminal Stack
Question
GitHub - MohamedMetwalli5/HackerRank_solutions: Solutions to many problems from HackerRank that were made especially for beginners.
Competitive Programming Complete Roadmap (beginner to advanced)
Question
10 Steps to Solving a Programming Problem | by Valinda Chan | codeburst
How to Solve Coding Problems with a Simple Four Step Method
AlgoExpert vs LeetCode vs HackerRank (Pros & Cons, Features & Are They Really Worth it?) - YouTube
Javarevisited: Top 5 Websites for Coding Interview Preparation - Best of Lot
Question
How to get better at data structures & algorithms (Arabic) - نصائح لتطوير مهاراتك في حل المشكلات - YouTube
GitHub - cs-MohamedAyman/Problem-Solving-Training: Problem Solving Training for computer science students.

4 - Dynamic Programming

0 - Easy

2- Knapsack

Knapsack Problem using Dynamic Programming - CodeCrucks
Binary Knapsack Problem using Greedy Algorithm - CodeCrucks
0-1 Knapsack Problem | DP-10 - GeeksforGeeks
0/1 Knapsack Problem Fix using Dynamic Programming Example
0/1 Knapsack (DP – 19) - Tutorial
medium.com
How to solve the Knapsack Problem with dynamic programming | by Fabian Terh | Medium
DAA | 0/1 Knapsack Problem - javatpoint
java - How do I solve the 'classic' knapsack algorithm recursively? - Stack Overflow
Demystifying the 0-1 knapsack problem: top solutions explained
State Tree for the Knapsack Problem
algorithm - Knapsack Problem - Recursive solution explanation - Stack Overflow
Time complexity(o\1 knapsack) - Coding Blocks Discussion Forum
[Python] Top-down 0/1 knapsack memoized recursive with explanations and visuals - LeetCode Discuss
Knapsack Programming Using Dynamic Programming and its Analysis
0/1 Knapsack Pattern - Astik Anand
1-0 Knapsack Problem – A Hands-on Guide (C++) | Bruceoutdoors Blog of Blots
Dynamic Programming | Sada Kurapati
0/1 Knapsack Problem | Dynamic Programming | Example | Gate Vidyalay

1- fibonacci-numbers

The Fibonacci Numbers
Calculate Fibonacci Series In Various Ways Using C#
Art of Problem Solving
Find n-th Fibonacci number using Dynamic Programming
Fibonacci: Top-Down vs Bottom-Up Dynamic Programming | Baeldung on Computer Science
Introduction To Dynamic Programming - Fibonacci Series | TutorialHorizon
Dynamic Programming Introduction - Tutorial [Updated]
Solving Fibonacci Numbers using Dynamic Programming | by Elisheva Elbaz | Medium
Follow these steps to solve any Dynamic Programming interview problem

1 - Medium

1 - max sum non adjacent elements

Maximum sum such that no two elements are adjacent - GeeksforGeeks
Maximum sum such that no two elements are adjacent | Set 2 - GeeksforGeeks
Find the maximum sum of a subsequence with no adjacent elements | Techie Delight
Maximum sum of non-adjacent elements (DP 5) - [Updated]
Maximum sum of non-adjacent elements
Max Sum Without Adjacent Elements | InterviewBit
PepCoding | Maximum Sum Non Adjacent Elements
Maximum Sum of Non Consecutive Elements TutorialCup
Maximum Sum Non Adjacent Elements
0–1 Knapsack Problem | Techie Delight
Maximum sum of non-adjacent elements
[Solved] Maximum sum of non consecutive elements - Local Coder
Find Maximum sum of non adjacent elements - Kalkicode
Maximum sum such that no two elements are adjacent | GeeksforGeeks - YouTube
DP - 23: Find maximum sum of array elements if consecutive elements are not allowed - YouTube
Maximum Sum such that no 2 Elements are Adjacent | Love Babbar DSA Sheet | GFG | FAANG🔥 | Placement - YouTube
DP 5. Maximum Sum of Non-Adjacent Elements | House Robber | 1-D | DP on Subsequences - YouTube
L1. Introduction to Recursion | Recursion Tree | Stack Space - YouTube
Maximum sum of non-adjacent elements - YouTube
Max Sum Without Adjacent Elements #InterviewBit #Dynamic Programming c++ code & explanation - YouTube
Maximum sum of non adjacent elements - YouTube
Maximum Sum of Non- adjacent nodes (geeksforgeeks): Problem of the day: 18/01/2022 - YouTube
Uber Interview Questions - Maximum Sum of Non-adjacent Elements
www.algorithmsandme.com
arrays - Maximum sum of non consecutive elements - Stack Overflow
Find the maximum sum such that no two elements in the array are adjacent
Question
Maximum sum of non adjacent elements of an array, to be printed
Maximum Sum of Non Adjacent Elements in an Array | Amortized Minds
L6. Recursion on Subsequences | Printing Subsequences - YouTube
Print all subsequences of a given string (Recursive approach) - KodeBinary
Finding the Number of Distinct Subsequences of a String | Baeldung on Computer Science
dynamic-programming Tutorial - Subsequence Related Algorithms

2- number of ways to make change

number of ways to make change
Find total number of ways to make change using given set of coins - IDeserve
Coin Change Problem Using Dynamic Programming
Coin Change Problem using Dynamic Programming – Pencil Programmer
Coin Change Problem with Dynamic Programming: A Complete Guide | Simplilearn
PepCoding | Coin Change Permutations-1
Coin change problem (Find all number of combinations that formed a sum amount with given denominations) - KodeBinary
Coin Change Problem in java | LaptrinhX
AlgoDaily - The Coin Change Problem - Description
C# - Different Ways to Find All Substrings in a String - GeeksforGeeks
Dynamic Programming — Number Of Ways To Make Change in 5 minutes | by Hai Le Gia | Medium
Number of ways to make change for an amount (coin change)
Coin Change Problem | Techie Delight
Ways To Make Coin Change
Coin Change Problem
Coin Change 2 (DP – 22) - Dynamic Programming
images (739×415)

1 - Array

1 - Two Number Sum

Coderbyte | The #1 Coding Assessment Platform
Two Sum Leetcode Solution - TutorialCup Two Sum Leetcode Solution
LeetCode Problem 1 (Two Sum) Solution in Python | Towards Data Science
Leetcode Two sum problem solution
Understanding the Two Sum Problem | by Matthew Henschke | codeburst
LeetCode #1 - Two Sum | Red Quark
Given an array A[] and a number x, check for pair in A[] with sum as x (aka Two Sum) - GeeksforGeeks
Print all pairs with given sum - GeeksforGeeks
Given two unsorted arrays, find all pairs whose sum is x - GeeksforGeeks

2 - Is Array a Subsequence Of Other Array

algorithm - How do you check if one array is a subsequence of another? - Stack Overflow
c# - Check whether the sequence is a subsequence of another - Stack Overflow
c# - Check if array contains exact same sequence as other array - Stack Overflow
Validate array subsequence — Swift Ramen
algoExpert/validate-subsequence.md at main · pinglu85/algoExpert · GitHub
Discover solutions to algoexpert problems in six programming languages: Python, Java, Go, C++, C#, and JavaScript/TypeScript
Is Subsequence - Leetcode 392 - YouTube
Is Subsequence | Leetcode #392 | Binary search + Map | 2 Pointer - YouTube
How to Validate Array subsequence:Coding interview question - YouTube
How to Validate Array subsequence:Coding interview question - YouTube
Is Subsequence - Leetcode 392 - YouTube
Validate SubSequence(2-Arrays) - YouTube
Validate Subsequence | Coding Interview Question | Leetcode - 392 | InterviewBlog - YouTube
Is Valid Subsequence problem (animation) in Java | Coding Interview Question - YouTube
Is Subsequence Leetcode Solution - TutorialCup Recursive and Iterative
Is SubSequence
Let's solve LeetCode - Is Subsequence - DEV Community

3 - Sequared Sorted Array

java - unsorted Array to Binary Search Tree - Stack Overflow
Construct a balanced BST from the given keys | Techie Delight
Question
Question
BST creation - GATE Overflow
java - Big Oh of creating a BST from a sorted array - Stack Overflow
How to handle duplicates in Binary Search Tree? - GeeksforGeeks
Array.BinarySearch Method (System) | Microsoft Docs
List<T>.BinarySearch Method (System.Collections.Generic) | Microsoft Docs
List<T>.BinarySearch Method (System.Collections.Generic) | Microsoft Docs
Tree Sort - GeeksforGeeks
Sort array after converting elements to their squares - GeeksforGeeks
Squares of a Sorted array | CalliCoder
Squares of a Sorted Array. Given an array of integers A sorted in… | by SAURAV AGGARWAL | Medium
Sort array after converting elements to their squares - TutorialsPoint.dev
Sort array with squares! | Interviewbit
Sort squares of a sorted array in linear runtime (O(n)) - KodeBinary
Find first and last positions of an element in a sorted array
Squaring a sorted array - www.golibrary.co

4 - Tournament Winner

algoExpert/tournament-winner.md at main · pinglu85/algoExpert · GitHub
Tournament Winner | Abhishek Kumar Singh
GitHub - pinglu85/algoExpert: Solutions to problems that I solved on AlgoExpert.

5 - non constructible change

Non-Constructible Change | Abhishek Kumar Singh
javascript - How to devise this solution to Non-Constructible Change challenge from Algoexpert.io - Stack Overflow
Find the smallest positive integer value that cannot be represented as sum of any subset of a given array - GeeksforGeeks
How to devise this solution to Non-Constructible Change challenge from Algoexpert.io - MicroEducate
Smallest non-constructible change in an array of values - r/algorithms
Smallest non-constructible vlaue · Problem Solving for Coding interviews
algoExpert/non-constructible-change.md at main · pinglu85/algoExpert · GitHub
algorithm - Smallest number that can not be formed from sum of numbers from array - Stack Overflow
Find All Sum Combinations
Find possible sums given an array … | Apple Developer Forums
An algorithm for generating all possible combinations of sums of elements. · GitHub
Question
Program to print the sum of all the elements of an array - javatpoint
algorithms - All possible sum of each array combination - Computer Science Stack Exchange
big o - Time complexity of recursive function inside for loop - Stack Overflow
algorithm analysis - Recursion call inside a for loop time - Computer Science Stack Exchange
Analysis of Algorithms | Set 4 (Analysis of Loops) - GeeksforGeeks
Question
for loop - Time Complexity of function that contains another function - Stack Overflow
algorithm - O(N+M) time complexity - Stack Overflow
Analysis of loop in Programming
javascript - If I call a function that contains a for loop inside a for loop, is that considered O(n^2) time or O(n)? - Stack Overflow
Sum of all Subarrays | Set 1 - GeeksforGeeks
Sum of all subsequences of an array - GeeksforGeeks
Question
Sum of all sub arrays in O(n) Time | TutorialHorizon
java - Calculate all possible sums in an array from its sub arrays - Stack Overflow
java - A recursive algorithm to find every possible sum given an integer array? - Stack Overflow
Finding all the possible sums in an array using recursion (Java in General forum at Coderanch)
Find Sum of Array Elements using Recursion - Java Code & Video Tutorial
Smallest Non-constructible Value - leetcode
How to Solve the Non-Constructible Change problem | by Johnson Liu | Medium
Combination Sum (With Solution) - InterviewBit
data structures - How to find all possible subarrays of an array? - Stack Overflow
Print all subarrays of a given array | TutorialHorizon
Print all subarrays using recursion | TutorialHorizon
Print all subarrays of a given array - Java2Blog
PepCoding | Sub Arrays Of An Array
Follow up - Print All Subarrays - LeetCode Discuss
programming languages - Find all possible subarrays of an Array - Software Engineering Stack Exchange
Generating all subarrays of an array - Kalkicode
Maximum Subarray Sum using Divide and Conquer algorithm - GeeksforGeeks
Find Maximum Subarray Sum using divide and conquer
java - How to find all contiguous sub array combinations of an array and print it - Stack Overflow
Subarray/Substring vs Subsequence and Programs to Generate them - GeeksforGeeks
How do you find all subarrays of an array efficiently? – QuickAdviser
Subarray and Subsequence TutorialCup Subarray and Subsequence
Given an array, Print sum of all subsets | TutorialHorizon
Print all subsequences of a string - GeeksforGeeks
Program to print all substrings of a given string - GeeksforGeeks
Find Sum of Array Elements using Recursion - YouTube
Subset Generation using Recursion and backtracking | CP Course | EP 39 - YouTube
String Permutations - Understanding Recursion | Learn Algorithms with Phanto - YouTube
Subset Sum Problem (Recursion) - YouTube
LeetCode Medium 907. Sum of Subarray Minimums - YouTube

6 - Three Sum

Find a triplet that sum to a given value - GeeksforGeeks
Three Number Sum Problem (Find all triplets with the given sum) | CalliCoder
3 sum problem algorithm - LearnersBucket
Three Sum Problem – Algorithms and Me
3sum Solution - Top Interview Questions and Tricks #1 - 3sum and the 2 pointer technique | FizzBuzzed
3Sum Leetcode Solution - TutorialCup Two Pointer Binary search
Algorithm Problem Solving: Two-Sum and Three-Sum Problem | by Kailas Walldoddi | JavaScript in Plain English
3Sum Leetcode problem
GitHub - sahilbansal17/3Sum: Solution article for the leetcode problem 3Sum
Find a triplet with the given sum in an array | Techie Delight
java - HashSet usage with int arrays - Stack Overflow
java - Adding arrays with same values to HashSet results in duplicate items - Stack Overflow

7- Smallest Difference

Smallest Difference pair of values between two unsorted Arrays - GeeksforGeeks
Find the pair with the smallest difference in two unsorted arrays | CalliCoder
Finding the Smallest Difference. Today let’s go over finding the… | by Connor Mulholland | Medium
Smallest Difference between 2 elements from 2 different array - Algorithms and Problem SolvingAlgorithms and Problem Solving
Minimum Absolute Difference - LeetCode
Find minimum difference between any two elements - GeeksforGeeks
How to find the minimum difference between 2 numbers inside an array of n size (find smallest interval) in PHP | Our Code World
algorithm - Finding out the minimum difference between elements in an array - Stack Overflow
Minimum Absolute Difference in an Array in Algorithm | HackerRank Programming Solutions | HackerRank Problem Solving Solutions in Java [💯Correct] - Techno-RJ
Finding Two Smallest Numbers in an Array

8 - Move At End

How to move specified number of elements to the end of an array in JavaScript ? - GeeksforGeeks
Move all values equal to K to the end of the Array - GeeksforGeeks
Arrays — Move Element to End. Introduction | by Adesiji Blessing | Medium
Moving Elements To The End of an Array | by Karan S. Chauhan | Medium
Move element to end | thiscodeWorks
Move Zeroes - LeetCode

9 - Monotonic Array

Monotonic Array - LeetCode
Monotonic Array LeetCode Solution
Python Program to check if given array is Monotonic - GeeksforGeeks
Monotonic Array. What is a monotonic array? | by Xavier Carty | Medium
Monotonic Array - Java Solution - DEV Community
How to Check If An Array is Monotonic? | Algorithms, Blockchain and Cloud
Python Program to check if given array is Monotonic - Studytonight

10 - Spiral Array

Print a given matrix in spiral form - GeeksforGeeks
Spiral Matrix - LeetCode
Spiral matrix algorithm
Spiral Matrix Printing | Print the elements of a matrix in spiral form
Create a spiral matrix from a given array | Techie Delight
Code that traverses a matrix in spiral using recursion and a simple state machine. · GitHub
c - how to build spiral square matrix using recursion? - Stack Overflow
JavaByPatel: Data structures and algorithms interview questions in Java: Print Matrix in Spiral order using Recursion.
Question
Spiral Order Traversal of a Matrix
Print matrix in spiral order | Techie Delight
Print 2D Array Matrix Spiral Order - algos
AlgoDaily - Traverse a Matrix in Spiral Order - Description

2 - Binary Search Tree

6 - find kth largest value in bst

K'th Largest element in BST using constant extra space - GeeksforGeeks
K'th Largest Element in BST when modification to BST is not allowed - GeeksforGeeks
Kth Largest Element in a BST
Kth Largest Element in a BST-Interview Problem
Kth largest/smallest element in Binary Search Tree - Binary Tree - Tutorial
K’th Largest Element in BST when modification to BST is not allowed -
Find kth smallest and largest element in BST. - LearnersBucket
Kth Largest Element BST - Coding Ninjas CodeStudio

5 - minimum height binary tree

Relationship between number of nodes and height of binary tree - GeeksforGeeks
Sorted Array to Balanced BST - GeeksforGeeks
Sorted Array to Binary Search Tree of Minimal Height | TutorialHorizon
Convert Sorted Array to Binary Search Tree - LeetCode
java - Convert sorted array to binary search tree with minimal height - Stack Overflow
Sorted Array to Balanced BST
How do you convert a sorted array to a binary search tree? – IT-QA.COM
Sorted Array To Binary Search Tree | devclass.io
Create Balanced Binary Search Tree From Sorted List | Baeldung on Computer Science
Convert Sorted Array to Binary Search Tree With Minimal Height · MySolution
Convert Sorted Array to Binary Search Tree - LintCode & LeetCode
sorting - Time complexity of binary search for an unsorted array - Stack Overflow
algorithm - Array to Binary Search Trees Quick - Stack Overflow
Convert Sorted Array to Binary Search Tree Solution | Codiwan - Competitive
Converting a sorted array to binary search tree in Javascript - DEV Community
Converting a Sorted Array to Binary Tree

3 - Validate Binary Search Tree

A program to check if a binary tree is BST or not - GeeksforGeeks
How to Validate a Binary Search Tree? | Baeldung on Computer Science
Valid Binary Search Tree | Interviewbit
98. Validate Binary Search Tree · LeetCode
How to check the given Binary Tree is Binary Search Tree (BST) or not? - Java Interview Programs
Validate a Binary Search Tree - DEV Community

1 - Find Closest Value in BST

Find Closest Value In BST | AlgoExpert
Find the closest element in Binary Search Tree - GeeksforGeeks
Find the closest element in Binary Search Tree | Space Efficient Method - GeeksforGeeks
Find closest value in Binary Search Tree - DEV Community
Find the closest element to a target value in a binary search tree | CalliCoder
How to solve the Closest Binary Search Tree Value II? | by House of Codes | Dev Genius
Closest element in BST
Find Closest Value in BST | Abhishek Kumar Singh
javascript - Binary Search Tree traversal - Find Closest Value - Stack Overflow
Closest Binary Search Tree K-Values Problem — LeetCode Hard (Proposed Solution) | by Hazem Saleh | Level Up Coding

7 - construct bst from preorder

Construct BST from given preorder traversal | Set 1 - GeeksforGeeks
Construct BST from given preorder traversal | Set 2 - GeeksforGeeks
Build a Binary Search Tree from a preorder sequence | Techie Delight
Construct BST from given Preorder Traversal - TutorialCup

3- Binary Tree

1 - Easy

1 - branch-sums

Branch Sum in Binary Tree — Competitive Programming with Time and Space Complexity | by Code Wrestling | Medium
Root to leaf path sum equal to a given number - GeeksforGeeks
Path Sum In Binary Tree
Sum of all nodes in a binary tree - GeeksforGeeks
algoExpert/branch-sums.md at main · pinglu85/algoExpert · GitHub
java - Binary Tree branch sums without recursion - Stack Overflow
Sum of all the numbers that are formed from root to leaf paths - GeeksforGeeks
Branch Sums | Abhishek Kumar Singh
Branch Sums | FlexiBlog Theme
c++ - Sum of Each Branch in a Binary Search Tree - Stack Overflow
Sum of all nodes at Kth level in a Binary Tree - GeeksforGeeks
AMAZON CODING INTERVIEW QUESTION - PATH SUM (LeetCode) - YouTube
LeetCode Path Sum Solution Explained - Java - YouTube
Path Sum - Leetcode 112 - Python - YouTube
Path Sum in Binary Tree | Leetcode 112 Solution - YouTube

2- Medium

Find Successor

Inorder predecessor and successor for a given key in BST - GeeksforGeeks
Predecessor and Successor in Maths (Definition and Examples)
Inorder Successor in Binary Search Tree - GeeksforGeeks
Inorder Successor of a node in Binary Tree - GeeksforGeeks
Finding the In-Order Successor of a Node | Baeldung on Computer Science
Finding the Predecessor and Successor Node of a Binary Search Tree | Algorithms, Blockchain and Cloud
Find inorder successor for the given key in a BST | Techie Delight
Inorder Successor of a node in Binary Tree - TutorialCup
Inorder successor of node in a Binary Tree – Ritambhara Technologies

Solving Patterns

Include and Exculde

Inclusion-Exclusion Principle: Examples with Solutions
Art of Problem Solving
Generating subarrays using recursion - GeeksforGeeks
algorithms - Non adjacent sum: Why do we need to include or exclude the current element? - Computer Science Stack Exchange
Print sums of all subsets of a given set - GeeksforGeeks
Subset Sum | Backtracking-4 - GeeksforGeeks
Sum of Subsets and Knapsack - ppt download
https://medium.com/@krutik5436/subset-of-sum-ad27591a40dc
Subset of sum:-. Subset sum problem is to find subset of… | by Krutik | Medium
Subset sum problem (backtracking &amp; branch and bound)
Subset Sum Problems - javatpoint
Sum of Subsets - How to solve using backtracking - CodeCrucks
sum of subsets problem | Backtracking – AcademyEra
https://medium.com/@krutik5436/subset-of-sum-ad27591a40dc
SW 연구실: 백트래킹
Subset Sum Problem: Dynamic Programming & Recursion Solution | Simplilearn
Subset- Sum problem
GATE & ESE - Lesson 4- Subset Sum Problem Offered by Unacademy
images (739×415)
https://medium.com/@parthrathod6103/subset-sum-fa7670a87fb2
https://medium.com/@parthrathod6103/subset-sum-fa7670a87fb2
Sum-of-Subsets Problem. Subset Sum Problem is an important… | by parth rathod | Medium
Sum-of-Subsets Problem. Subset Sum Problem is an important… | by parth rathod | Medium
Find all Unique Subsets of a given Set - GeeksforGeeks
Algorithm -- Permutation Combination Subset
Data & Procedure: Recursion and lists
www.google.com
Generate all subsets of a given set - IDeserve
Program to Find all the Permutations of a String - javatpoint
www.techiedelight.com
Write a program to print all permutations of a given string
include and exclude find all possible subarray - بحث Google
Question
Generating all possible Subsequences using Recursion including the empty one. - GeeksforGeeks
Recursive solution to count substrings with same first and last characters - GeeksforGeeks
www.techiedelight.com
Permutations of a given string using STL - GeeksforGeeks
Inclusion Exclusion principle and programming applications - GeeksforGeeks
Print All Subsets of a given set
Print all Subset for set (Backtracking and Bitmasking approach)
Printing All Subsets Of A Given Set Or The Power Set Problem
Power Set - Coding Ninjas CodeStudio
JavaByPatel: Data structures and algorithms interview questions in Java: Find all subsets of a set (Power Set)
Power Set of String in Lexicographic order

Database

General

Things You Should Know About Databases

Reports and Analysis

Database Schema Design - Tips for improving ability to archive? - Stack Overflow
SQL: Reporting and Analysis - DataCamp
sql server - Database design: Calculating the Account Balance - Stack Overflow
mysql - Changes of product price in database design - Stack Overflow
database - Derived account balance vs stored account balance for a simple bank account? - Stack Overflow
mysql - Database design: Where to store account balance? - Stack Overflow
sql server - Writing a simple bank schema: How should I keep my balances in sync with their transaction history? - Database Administrators Stack Exchange
Calculating running balance from join table [SQL Database Design] - Stack Overflow
database design - Should I store current balance in Personal Finance App? - Stack Overflow
sql - Best practice to create a Summary Table for an ever-growing table in MySQL - Stack Overflow
sql - transactions and balance - Stack Overflow
database - How to build correct sql schema for user money operations? - Stack Overflow
IBM Docs
Summary Tables Tutorial
sql server - Create the summary table SQL - Stack Overflow
Data Warehousing Summary Tables - MariaDB Knowledge Base
A Practical Summary of Basic SQL. Tables, Relationships, Diagrams… | by Brunna Torino | Towards Data Science
Item 20: Create Summary Tables and Maintain Them | When You Can't Change a SQL Database Design | InformIT
summary table | SQL Server Rider
Identifying Summary Tables (Data Warehouse) | Toolbox Tech
Summary Statistics: Definition and Examples - Statistics How To
sql - What is the best practice database design for transactions aggregation? - Stack Overflow
c# - should the user's Account balance be stored in the database or calculated dynamically? - Stack Overflow
sql server - Database design: Calculating the Account Balance - Stack Overflow
database - Derived account balance vs stored account balance for a simple bank account? - Stack Overflow
sql server - Bank transaction table design - Database Administrators Stack Exchange
mysql - Keeping an updated balance (Accounting) - Database Administrators Stack Exchange
How to design banking financial transactions database schema? - Database Administrators Stack Exchange
Sql-server – Database design: Calculating the Account Balance – iTecNote
How banks handle our balance, technically? - DEV Community
Database for Financial Accounting Application II: Infrastructure - CodeProject
database design - Customer balance sheet in seperate table - Stack Overflow
database - SQL history table design - Stack Overflow
Double entry bookkeeping database design - Database Administrators Stack Exchange
sql server - OLTP Indexed Views or SQL Calculation - Database Administrators Stack Exchange
How to Retrieve Credit Debit and Balance From More Than One Table in SQL Server - Database Administrators Stack Exchange
sql - Is storing calculated values in database a bad idea? - Stack Overflow
Should I store a calculate value in my database along with the variables? - Stack Overflow
computed column - Bad Practice to Store Calculated Data in Database? - Database Administrators Stack Exchange
Be Careful with Derived Data - DATAVERSITY
database - Storing "derived" values vs calculating them on extraction - Stack Overflow
sql server - Deriving and saving the historical values into a separate table, or calculate the historical values from the existing data only when they're needed? - Stack Overflow
database - When to store precalculated values vs calculating them when retrieving them? - Stack Overflow
mysql - In a database, when should you store derived data? - Stack Overflow
When is it OK to store derived data in a database? - Stack Overflow
Database vs. Data Warehouse: A Comparative Review
Database vs Data Warehouse: Key Differences
Data Warehouse vs. Database: 7 Key Differences | Integrate.io
SQL Server for Data Warehouse: 4 Easy Steps
How to Create a Data Warehouse from SQL Server
Data Warehouse Tutorial for Beginners: Learn Basic Concepts
What is Data Warehouse? Types, Definition & Example
Data Warehouse Architecture, Components & Diagram Concepts
OLTP vs OLAP: What’s the Difference Between OLTP & OLAP
What is Dimensional Modeling in Data Warehouse? Learn Types
What is Data Warehousing? Concepts, Tools, Examples | Astera
Data Warehousing | Example & Definition | InvestingAnswers
Data Warehouse Examples: Applications In The Real World
What Is a Data Warehouse: Overview, Concepts and How It Works
Data warehouse - Wikipedia
Data Warehousing - GeeksforGeeks
What is a Data Warehouse? | Key Concepts | Amazon Web Services

NoSql

2- Document Database : Mongodb

MongoDB Tutorials — MongoDB Manual
Install MongoDB Community Edition on Windows — MongoDB Manual
Use Database Commands — MongoDB Manual
MongoDB CRUD Operations — MongoDB Manual
Insert Documents — MongoDB Manual
MongoDB Tutorial for Beginners: Learn Basics in 7 Days
What is MongoDB? Introduction, Architecture, Features & Example
NoSQL Tutorial: What is, Types of NoSQL Databases & Example
How to Create Database & Collection in MongoDB
MongoDB Array of Objects using insert() with Example
Mongodb Primary Key: Example to set _id field with ObjectId()
MongoDB Tutorials (Learn with Examples)
What is MongoDB?
Install MongoDB (Server, Shell, Compass) on Windows
MongoDB Server - mongod, Configurations
MongoDB Shell: mongo, mongosh
MongoDB Shell Commands
MongoDB Compass
Switch or Create a new MongoDB Database
MongoDB Collections
MongoDB Documents: Document, Array, Embedded Document
Insert Single Document in a Collection using insertOne() in MongoDB
MongoDB - Insert Documents in a Collection
Import Data in MongoDB using Mongoimport
How MongoDB store the documents? - Other MongoDB Topics - MongoDB Developer Community Forums
Working with MongoDB in Visual Studio Code
Structure your Data for MongoDB
Where is my data stored? - Ops and Admin - MongoDB Developer Community Forums
Where is my data stored? - Ops and Admin - MongoDB Developer Community Forums
View Documents — MongoDB Compass
How To Open File With BSON Extension? - File Extension .BSON
FAQ: MongoDB Storage — MongoDB Manual
New Compression Options in MongoDB 3.0 | MongoDB
[SERVER-40424] Extract data from .wt file - MongoDB Jira
WiredTiger File Forensics Part 3: Viewing all the MongoDB Data - Percona Database Performance Blog
Restoring MongoDB using only .wt files - Stack Overflow
Document Database - NoSQL | MongoDB
What Is a Document Database?
NoSQL database types explained: Document-based databases
What is a Document Database? - NosDB
NoSQL Document-Oriented Database | NoSQL Document Store | Document Databases | RavenDB NoSQL
Document-oriented database - Wikipedia
Document Database {Definition, Features, Use Cases}
Document Databases, Explained - KDnuggets
Document Database Use Cases - Amazon DocumentDB
Best 7 Real-World MongoDB Use Cases - Learn | Hevo
Question
Semi-Structured Database Design | SpringerLink
What Is Semi-Structured Data?
Semi-Structured Data - javatpoint
What is Semi-Structured Data? 5 Key Things to Know - Treehouse Tech Group
What Is Semi-Structured Data? Data Defined - Indicative
Introduction to Semi-structured Data — Snowflake Documentation
Semistructured Data - an overview | ScienceDirect Topics
What Is Semi-Structured Data?
What is Semi-Structured Data? - Definition from Techopedia
What’s The Difference Between Structured, Semi-Structured And Unstructured Data?
What’s The Difference Between Structured, Semi-Structured And Unstructured Data?
What is semi-structured data? - Definition from WhatIs.com
Semi Structured Data: A Comprehensive Guide In 7 Points
What is Semi-Structured Data? | Teradata
Definition of Self-describing Messages - Gartner Information Technology Glossary
Data Modeling Tomorrow: Self-Describing Data Formats - AnalyticsWeek
What is self describing data? – QuickAdviser
www.mathcs.emory.edu/~cheung/Courses/554/Syllabus/91-NOSQL/model.html
What is a Self-Describing Message? - Definition from Techopedia
MongoDB: Find Documents in Collection using find()
MongoDB: Find Single Document from Collection using findOne()
MongoDB Cursor
Sort Documents in MongoDB Collection
Update Single Document using updateOne() in MongoDB
Update Multiple Documents using updateMany() in MongoDB
MongoDB: Update Arrays in Documents
MongoDB: Delete Documents in a Collection
Relations in MongoDB: One-to-One, One-to-Many, Many-to-Many
Aggregation in MongoDB: $match, $group, $sort
Create a web API with ASP.NET Core and MongoDB | Microsoft Docs
Create a RESTful API with .NET Core and MongoDB
Build Your First .NET Core Application with MongoDB Atlas
Using MongoDB With ASP.NET Core Web API
MongoDB Tutorial
Getting Started with MongoDB
What is MongoDB
Install MongoDB
MongoDB Basics
MongoDB Shell
Understanding the Most Commonly Used MongoDB Data Types Quickly
Mastering MongoDB CRUD Operations Quickly
MongoDB insertOne - How To Insert a Single Document Into a Collection
MongoDB insertMany
MongoDB findOne
MongoDB find
MongoDB Projection: Selecting Fields to Return from a Query
MongoDB $eq
MongoDB $gt: Usnig Greater Than Opeartor To Select Documents
MongodB $gte: Greater Than Operator
MongoDB $lt
MongoDB $lte
MongoDB $ne
How to Use MongoDB $in Operator to Match a Field Against a List
MongoDB $nin: How to Use the Not In Operator Effectively
MongoDB $and: How to Perform a Logical AND operation
MongoDB $or: How to Perform a Logical OR operator
MongoDB $not: How to Perform Logical NOT operation
MongoDB $nor: How to Perform a Logical NOR Operation
MongoDB sort(): Sort Documents In Ascending/Descending Order
MongoDB limit: Specifying the Number of Returned Documents
mongodb limit in the embedded document - Stack Overflow
Retrieving a Subset of Fields - MongoDB
Limit Fields to Return from a Query
MongoDB - Limit Records
How to limit the number of nested documents shown in MongoDB - Stack Overflow
$slice (projection) — MongoDB Manual
algorithm - MongoDB Find and Remove Algorithmic Complexity - Stack Overflow
MongoDB Aggregation
MongoDB $sum
MongoDB $count
MongoDB $avg
MongoDB $max
MongoDB $min
An Essential Guide to MongoDB Indexes
MongoDB createIndex()
MongoDB Drop Index
MongoDB Compound Index
MongoDB Unique Index
Replication — MongoDB Manual
What Is Replication In MongoDB? | MongoDB
MongoDB - Embedded Documents - GeeksforGeeks
Embedding MongoDB Documents For Ease And Performance | MongoDB
Data Points - What the Heck Are Document Databases? | Microsoft Learn
Analyze Query Performance — MongoDB Manual
What is the complexity (Big-O) of searching an indexed data in mongoDB?-mongodb
Indexing Strategies — MongoDB Manual

1 - intro

What Is NoSQL? NoSQL Databases Explained | MongoDB
When to Use SQL vs. NoSQL
SQL vs. NoSQL Databases: What's the Difference? | IBM
SQL vs NoSQL: What’s the Difference Between SQL and NoSQL
Difference between SQL and NoSQL - GeeksforGeeks
Use Case Guidance: Where to use MongoDB | MongoDB
NoSQL Vs SQL Databases | MongoDB
SQL vs NoSQL: 5 Critical Differences | Integrate.io
SQL vs NoSQL: Differences, Databases, and Decisions | Talend | Talend
SQL vs. NoSQL Database: When to Use, How to Choose | Towards Data Science
SQL vs NoSQL - javatpoint
Types Of NoSQL Databases | MongoDB
NoSQL - Wikipedia
What is NoSQL? | Nonrelational Databases, Flexible Schema Data Models | AWS
What is NoSQL and How do NoSQL Databases Work?
NoSQL Databases – What They Are and Why You Need One
RDBMS vs NoSQL | LoginRadius Blog
RDBMS vs NoSQL | Top Key Differences between RDBMS vs NoSQL
Relational vs. NoSQL data | Microsoft Docs
NoSQL vs SQL Databases: 6 Important Differences | Upwork
why are noSQL databases more scalable than SQL? - Software Engineering Stack Exchange
scalability - Why NoSQL is better at "scaling out" than RDBMS? - Stack Overflow
SQL, NoSQL, and Scale: How DynamoDB scales where relational databases don't
mysql - Can relational database scale horizontally - Stack Overflow
Question
Scaling out - Azure SQL Database | Microsoft Docs
Horizontally scaling SQL Server, distributing the database with sharding - Database Administrators Stack Exchange
Question
Understanding Database Scalability - Vertical and Horizontal - SQL Authority with Pinal Dave
Horizontally scale a SQL Server database - Stack Overflow
Scaling SQL Server - Brent Ozar Unlimited®
How to Scale SQL and NoSQL Databases | by Zeng Hou Lim | Better Programming
Scaling relational SQL databases
An Overview of Sharding & Partitioning - Hazelcast
Distribution Database - SQL Server | Microsoft Docs
Configuring SQL Server replication for distribution databases in SQL Server Always On Availability Groups
SQL Server replication: Overview of components and topography
Configure Distribution Database – SQLServerCentral
Can SQL Server 2008 Scale Horizontally? - Stack Overflow
Building Microsoft MEAP: Scaling Out SQL Server 2012 – Rob Tiffany
mysql - Why Relational database cannot be scaled horizontally - Stack Overflow
nosql - Horizontal scaling in traditional RDBMSs - Stack Overflow
SQL vs NoSQL
Why NoSQL say traditional RDBMS is not good at scalable - Stack Overflow
Building Scalable Databases: Pros and Cons of Various Database Sharding Schemes - Dare Obasanjo's weblog
scalability - why is sql vertically scalable and nosql horizontally - Stack Overflow
php - How to scale horizontally with mysql - Stack Overflow
gcloud - Cloud SQL Horizontal Scaling - Stack Overflow
mysql - What to do instead of SQL joins while scaling horizontally? - Stack Overflow
How Data Sharding Works in a Distributed SQL Database - The Distributed SQL Blog
Database Sharding - Brent Ozar Unlimited®
Sharding a SQL Server database | Official Pythian®® Blog
Question
Database Sharding
Partitioning and Sharding Options for SQL Server and SQL Azure
Structured Vs Unstructured Data Vs Semi-Structured Data
Difference between Structured, Semi-structured and Unstructured data - GeeksforGeeks
Structured vs Unstructured vs Semi-Structured Data | Level Up Coding
Structured vs Unstructured Data: 5 Key Differences | Integrate.io
Understanding Structured, Unstructured & Semi-Structured Data | Astera
Structured vs Unstructured Data: What is the Difference? | AltexSoft
Structured vs. Unstructured Data: What’s the Difference? | IBM
Difference Between Structured, Semi-structured, and Unstructured Data
What is structured, semi structured and unstructured data? › Michael Gramlich
Structured vs. Unstructured Data: A Complete Guide - Talend | Talend
Semi-structured model - Wikipedia
Semi-structured data - Wikipedia
Data model - Wikipedia
Unstructured data - Wikipedia
What’s The Difference Between Structured, Semi-Structured And Unstructured Data?
NoSQL Use Cases: When to Use a Non-Relational Database | DataStax
NoSQL databases: what is MongoDB and its use cases? | Ubuntu
10 use cases where NoSQL will outperform SQL | Network World
Top 5 Use Cases For NoSQL Database Technology | Buda Consulting
Use Cases for NoSQL and Multi-Model Database Systems - Database Trends and Applications
NoSQL Use Case Scenarios or WHEN to use NoSQL - Stack Overflow
7 Enterprise Use Cases for NoSQL Database | Examples of When to Use NoSQL Databases
Archiving - a good MongoDB use case? | MongoDB Blog
Archive Data — MongoDB Atlas
Question
rdbms - What is a good DBMS for archiving? - Stack Overflow
Structured vs Unstructured vs Semi-Structured Data - Gleematic A.I
Structured vs Unstructured Data 101: Top Guide | Datamation
Data Types: Structured vs. Unstructured Data - Enterprise Big Data...
Structured vs. Unstructured vs. Semi-Structured Data | Indeed.com
Data Types and Applications: Structured vs Unstructured Data
Structured vs Unstructured Data – What's the Difference?
Database model - Wikipedia
Types of Data Model | Top 4 Awesome Different Types of Data Models
Data Modeling | Types of Models & Data Model Examples 2022
Chapter 4 Types of Data Models – Database Design – 2nd Edition
DBMS | Data Models - javatpoint
Understanding the Stages & Types of Data Models: A Comprehensive Guide 101 - Learn | Hevo
What is data modeling? | Definition, importance, & types | SAP Insights
Semi-Structured Data Model | SpringerLink
The Semi-Structured Data Model and Implementation Issues for Semi-Structured Data by Makasda Solomon Dickson, P.O. Asagba :: SSRN
Semi-Structured Data Model - ML Wiki
Relational Databases - ML Wiki
IS432 Semi-Structured Data - ppt download
What Is Unstructured Data? | MongoDB
What Is Unstructured Data? Structured Data vs Unstructured | NetApp
What is Unstructured Data? - GeeksforGeeks
What Is Unstructured Data?
What is Unstructured Data? | Integrate.io | Glossary
What is Unstructured Data? | TIBCO Software
SQL vs NoSQL Exact Difference (Know When To Use NoSQL and SQL)
Building a Hybrid SQL + NoSQL E-Commerce Data Model
The Future of Commerce | The End of Replatforming
mongodb - Ecommerce/Shopping Cart (and checkout process) : use Relational or NoSQL - Stack Overflow
Question
sql - Can NoSQL databases be used in e-commerce companies for order management? - Software Engineering Stack Exchange
MongoDB vs SQL - Knowi
MongoDB vs. MySQL: Compare Database Performance & Speed | Integrate.io
Search implementation: ElasticSearch vs MongoDB vs Relational Database - Stack Overflow
Open Source Comparison: Elasticsearch vs. MongoDB | Logz.io
Elasticsearch vs MongoDB - javatpoint
Elasticsearch vs MongoDB: 6 Key Differences
Elasticsearch vs. Microsoft SQL Server vs. MongoDB Comparison
Question
------------------------------------DataAccessForHighlyScalableSolutions.pdf - Google Drive
Relational vs. NoSQL data | Microsoft Learn

3- Key Value Database

Learn Redis Tutorial - javatpoint
Redis vs RDBMS - javatpoint
Redis vs Other Key-value stores - javatpoint
Redis Installation - javatpoint
Redis Installation on Ubuntu - javatpoint
Redis Configuration - javatpoint
Redis Data types - javatpoint
Redis Caching in ASP.NET Core - Distributed Caching Detailed
How to Redis Caching in ASP.NET Core - Referbruv
Distributed Caching in ASP.NET Core with Redis - Sahan Serasinghe - Personal Blog
Redis: in-memory data store. How it works and why you should use it
Top 5 Redis Use Cases | Redis
5 Redis Use Cases - Redis Lab - DEV Community
Implementation Of The Redis Cache In The .NET Core API
Distributed caching in ASP.NET Core using Redis, MongoDB and Docker | HildenCo Solutions
medium.com
Why is Redis so fast? Fast NoSql Database | Dev Genius
https://mobile.twitter.com/alexxubyte/status/1498703822528544770
Question
Why is redis so fast? - by Alex Xu - ByteByteGo Newsletter
Why Redis Has Become So Popular (Hint: It's Fast & Open Source)
developpaper.com
Redis is single-threaded, but why is Redis so fast? - Moment For Technology
benchmarking - How much faster is Redis than mongoDB? - Stack Overflow
What is a Key-Value Database? | Redis
What Is A Key-Value Database? | MongoDB
Key-Value Stores Explained. Advantages & Use Cases. | Hazelcast
What Is a Key-Value Database?
Key-Value Databases, Explained - KDnuggets
Five Common Data Stores and When to Use Them — Development
A Guide to Key-Value Databases | InfluxData
Key Value Database
Database design of Facebook Messenger - Courses - Educative
Question
Question
Apache HBase – Apache HBase™ Home
Apache Cassandra | Apache Cassandra Documentation
php - Storing chat conversation in key->value (noSQL) database? - Stack Overflow
sql - Which database for chat logging? - Stack Overflow
mongodb - Difference between Document-based and Key/Value-based databases? - Stack Overflow
mysql - Which NoSQL database is best to store chat messages? - Stack Overflow
database - Java chat socket milion clients - Stack Overflow
What Powers Instagram: Hundreds of Instances, Dozens of Technologies | by Instagram Engineering | Instagram Engineering
database - How to show last message when querying chat list in chat app using DynamodB - Stack Overflow
Purpose-Built Databases on AWS | Amazon Web Services
Build a React Native Chat App on AWS (Part 2 — DynamoDB) | by Vladimir Budilov | Medium
Chat Server Example — AWS Chalice
Build Video/Chat App with AWS Websocket, WebRTC, and Vue Part 1 - DEV Community 👩‍💻👨‍💻
Question
hadoop - HBASE schema design for instant message - Stack Overflow
Facebook Messages & HBase
hbase vs cassandra for messaging - Stack Overflow
hadoop - Hbase for real-time application - Stack Overflow
Basics of HBase | Edureka.co
Question
Apache Druid vs. Key/Value Stores (HBase/Cassandra/OpenTSDB) · Apache Druid
Data Models - Comparing the Use of Amazon DynamoDB and Apache HBase for NoSQL
Solved: Apache Cassandra :Is a a key-value or a column-ori... - Cloudera Community - 141919
Apache Cassandra Data Model: Components And Statements [Updated]
Apache Cassandra – NoSQL Database – BI / DW Insider
Cassandra: Distributed key-value store optimized for write-heavy workloads | by Ameya | Coinmonks | Medium
Is Cassandra a Column-Oriented or Column-Family Database? | Baeldung
Apache Cassandra - Wikipedia
Why is Cassandra considered column-based and DynamoDB key-value? : r/nosql
Cassandra Vs MongoDB Comparison | MongoDB | MongoDB
HBase vs Cassandra-The Battle of the Best NoSQL Databases
NoSQL Key-Value Database Simplicity vs. Document Database Flexibility | NoSQL Key-Value Database Simplicity vs. Document Database Flexibility | InformIT
Question
Question
What is Apache Cassandra?
Hadoop vs Cassandra - Which is Better for 2022 | 15 Reasons to Learn - DataFlair
Best Key Value Databases 2022: Compare Reviews on 60+ | G2
Question
The most important Redis data structures you must understand | by Jerry An | Analytics Vidhya | Medium
How does redis claim O(1) time for key lookup? - Stack Overflow
GET | Redis
Question
Best Key-Value Databases - 2022 Reviews & Comparison
Best practices for querying and scanning data - Amazon DynamoDB
DynamoDB Database Design
DynamoDB Cheatsheet – Everything you need to know about Amazon Dynamo DB for the 2020 AWS Certified Developer Associate Certification
data structures - Why the time complexity of insertion in a redis SET is O(n)? - Stack Overflow
SADD | Redis
Commands | Redis
DEL | Redis
SET | Redis
Redis vs. Memcached | AWS
Memcached vs Redis | Baeldung
Redis vs Memcached
memcached Cheat Sheet
HBase: Introduction to HBase
Big Data and Cloud Tips: Is HBase really column oriented?
MongoDB And HBase Compared | MongoDB

Algorithms In Sql

Algorithms For Sorting

SQL - ORDER BY - GeeksforGeeks
SQL Server Sorting Algorithm - Stack Overflow
ORDER BY = Bubble Sort ? Quick Sort ? Insertion Sort ? – SQLServerCentral Forums
Internals of the Seven SQL Server Sorts - Part 2
Sorting algorithm in Order by Case in SQL - SQL - Helperbyte
MySQL :: MySQL Internals Manual :: 10.2 How MySQL Does Sorting (filesort)
MySQL :: MySQL 8.0 Reference Manual :: 8.2.1.16 ORDER BY Optimization
Sorting Method in DBMS - Sorting method in SQL
External Sort-Merge Algorithm - javatpoint
- Algorithm and sql ways for Sorting and matching data II - Community
What is the sorting algorithm behind ORDER BY query in MySQL?
Sorting Algorithms Animations | Toptal®
Query Planning
Algorithms for External Sorting
Execution/Query Plan Operator – The Sort Operator – Part II, Which sorting algorithms used by SQL Server? Is it blocking or non-blocking? | Improving my SQL BI Skills
Tuning of a Different Sort | ITPro Today: IT News, How-Tos, Trends, Case Studies, Career Tips, More
Query Processing : External sort merge algorithm - YouTube
Pipelined/Indexed ORDER BY for best performance
PostgreSQL: Documentation: 14: 11.4. Indexes and ORDER BY
Placing Indexes on ORDER BY Columns - IBM Documentation
Using the ASC and DESC Sort-Order Options - IBM Documentation
SQL Server ORDER BY performance tips
Building SQL Server Indexes in Ascending vs Descending Order
Querying: Sorting | RavenDB 4.2 Documentation
SyBooks Online
Index and Order By in Select Statements | Microsoft Docs
php - Do I need to add an Index on ORDER BY field? - Stack Overflow
MySQL :: MySQL 8.0 Reference Manual :: 13.1.15 CREATE INDEX Statement
MySQL :: MySQL 5.1 Reference Manual :: 7.2.13 ORDER BY Optimization
sql - Speeding ORDER BY clause with index - Stack Overflow
Which Order Should Columns Go in an Index?: Finding All the Red Sweets Part 4 - YouTube
Using SQLite Expression Based Index To Imporve Query Performance
Does MySQL use index for ORDER BY? – QuickAdviser
Top five considerations for SQL Server index design
Does The Order Of Index Columns Matter?
Database Performance - Indexing and more! — codeo_
PostgreSQL: Documentation: 8.3: Indexes and ORDER BY
MySQL :: MySQL 5.6 Reference Manual :: 8.2.1.13 ORDER BY Optimization
SQL Indexing and SQL Performance Part 4: Design Considerations - % Giant Stride
MySQL :: MySQL 5.7 Reference Manual :: 8.2.1.14 ORDER BY Optimization
mysql - Optimizing ORDER BY - Stack Overflow
Improvements to ORDER BY Optimization - MariaDB Knowledge Base
MySQL ORDER BY LIMIT Performance Optimization - Percona Database Performance Blog
mysql - ORDER BY optimization for a large table - Database Administrators Stack Exchange
MySQL :: MySQL 8.0 Reference Manual :: 8.3.6 Multiple-Column Indexes
Query Optimization for Presto on DoordaHost – Doorda
on ORDER BY optimization – domas mituzas
MySQL :: MySQL 5.5 Reference Manual :: 7.2.14 ORDER BY Optimization
Effects of ORDER BY and GROUP BY on SQL performance
How do we reduce performance issue by using order by clause?
Indexing for Sort Performance | ITPro Today: IT News, How-Tos, Trends, Case Studies, Career Tips, More
Does Sort Order in Index Column Matters for Performance? - Interview Question of the Week #199 - SQL Authority with Pinal Dave
sql server - Does ORDER BY on a clustered key affect performance? - Database Administrators Stack Exchange
Inside the SQL Server Query Optimizer | Redgate
SQL Server Execution Plans 3rd Edition
Is a sort faster when the data is already sorted? | sqlsunday.com
Why Ordering Isn't Guaranteed Without an ORDER BY - Brent Ozar Unlimited®
T-SQL Query Performance Tuning Tips
How to design SQL queries with better performance: SELECT * and EXISTS vs IN vs JOINs

Algorithms For Join

Join algorithms in Database - GeeksforGeeks
SQL Join Algorithms – SQLServerCentral
SQL Server Join Algorithms
Merge Join Internals in SQL Server - YouTube
The Importance of Nested Loops Joins in SQL - YouTube
Visualizing Merge Join Internals And Understanding Their Implications
Merge Join Algorithm - Vlad Mihalcea
Merge Join Algorithm - javatpoint
Merge Join - SQLServerFast
Internals of Physical Join Operators (Nested Loops Join, Hash Match Join & Merge Join) in SQL Server
Understanding SQL Server Physical Joins
A Join A Day – The Sort Merge Join - sqlity.net
Join (SQL) - Wikipedia
Join Estimation Internals in SQL Server
Joins (SQL Server) - SQL Server | Microsoft Docs
Demystifying JOIN Algorithms
Vectorizing the Merge Joiner in CockroachDB
SQL INNER JOIN - Animated with Gifs
Sort-Merge Join in SQL databases: Oracle, SQL Server, PostgreSQL
Nested Loops, ORMs and the N+1 Problem in ORMs
Partial Objects in ORMs: loading a subset of properties
ShowPlan Operator of the Week - Merge Join - Simple Talk
A step-by-step walkthrough of SQL Inner Join
Inner join - Power Query | Microsoft Docs
Sort-merge join - Wikipedia
Lecture 11 Part 7 Sort Merge Join - YouTube
How do nested loop, hash, and merge joins work? Databases for Developers Performance #7 - YouTube
11: Hash Join, Sort-Merge Join - YouTube
Merge Join Internals in SQL Server | Query Processing: Nested-Loop joins and Merge join - YouTube
Query Processing: Nested-Loop joins and Merge join - YouTube
What is the difference between hash joins and merge joins? – Heyiamindians.com
Data with Bert - hash joins
Difference between Hash Join and Sort Merge Join - GeeksforGeeks
Hash Joins Versus Merge Joins
Hash join - Wikipedia
Question
Spark Join Strategies — How & What? | by Jyoti Dhiman | Towards Data Science
SAS Help Center: Influencing the Join Algorithm
sql - What is the difference between a hash join and a merge join (Oracle RDBMS )? - Stack Overflow
The Query Optimizer
The Query Optimizer
The Query Optimizer
The Query Optimizer
Lab Notes: How We Made Joins 23 Thousand Times Faster, Part One
Hash Join Algorithm - javatpoint
MySQL :: Hash join in MySQL 8
Oracle hash join vs. nested loops join
HASH JOIN deep-dive | sqlsunday.com
Understanding Oracle HASH Joins
Improving join-performance of SQL databases
Slow Query performance on Sql server when inner join is done with 2 Tables
How Join Order Can Affect the Query Plan
How to optimize SQL Server query performance – Statistics, Joins and Index Tuning
SQL Joins - Part 2: Performance Tips and Tricks & Benchmark - TiTrias
SQL Joins - Part 1: Difference between Inner Join and Outer Join - TiTrias
Join strategies and performance in PostgreSQL - CYBERTEC
SQL Query Optimization: 12 Useful Performance Tuning Tips and Techniques
sql server - Splitting SQL query with many joins into smaller ones helps? - Database Administrators Stack Exchange
Single vs. Split Queries - EF Core | Microsoft Docs
* More efficient SQL with query planning and optimization (article) | Khan Academy
How to reduce execution time of report when we have more joins in query? | Toolbox Tech
performance - Optimize query or split in two queries and process result separately? - Database Administrators Stack Exchange
mysql - Is a join faster with 5 tables joined together Or 5 separate queries? - Database Administrators Stack Exchange
performance - Are individual queries faster than joins? - Database Administrators Stack Exchange
mysql - Is it better to separate a big query into multiple smaller queries? - Database Administrators Stack Exchange
mysql - JOIN queries vs multiple queries - Stack Overflow
All Abstractions Are Failed Abstractions
sql - Which provides better performance one big join or multiple queries? - Stack Overflow
Use a union query to combine multiple queries into a single result
LEFT JOINs VS separate single queries

Intro

SQL Server Execution Plans overview
SQL Server Execution Plan Operators
Algorithms in sql server operators - بحث Google‏
SQL Query Complexity - GeeksforGeeks

Algorithms For Select Operations

Question
Question
mysql - What is the algorithm for query search in the database? - Stack Overflow
Algorithms Still Matter
Query Processing Architecture Guide - SQL Server | Microsoft Docs
SQL SERVER - Index Seek Vs. Index Scan (Table Scan) - SQL Authority with Pinal Dave
Java67: Difference between table scan, index scan, and index seek in SQL Server Database? Example
How to Analyze SQL Execution Plan Graphical Components
SQL Server Execution Plan Operators – Part 1
SQL Server query execution plans – Examples with the WHERE clause
Conjunctions, Disjunction and Negation in DBMS
SQL Query Optimization | A Detailed Guide on SQL Query Optimization
Query optimization techniques in SQL Server: the basics
Query Optimization in SQL Server [Best Tips & Techniques] | Apriorit
SQL Server Performance Tuning Techniques and Tools | LogicalRead
SQL Performance Tuning: 7 Practical Tips for Developers – Stackify
Tips for SQL Database Tuning and Performance | Toptal
Tracing and tuning queries using SQL Server indexes
How to use Indexing to Improve Database Queries
The Best Way to Optimize SQL Server Indexes for Better Performance
Optimizing SQL Server index strategies
How to use Indexing for SQL Query Optimization | Towards Data Science
How to create and optimize SQL Server indexes for better performance
Creating Multicolumn Indexes in SQL
Impact of the Column order in SQL Server Composite Indexes
SQL Server Index Analysis and Optimization | by Evgeniy Gribkov | Towards Data Science
sql server - Should I use many single field indexes, instead of specific multi column indexes? - Database Administrators Stack Exchange
Index Design Basics | Microsoft Docs
General Index Design Guidelines | Microsoft Docs
Create Nonclustered Indexes - SQL Server | Microsoft Docs
SQL Server non-clustered Indexes
Selection Operation in Query Processing - javatpoint
Implementing the SELECT Operation and Algorithms
Selection Algorithm in DBMS - Selection Algorithm in SQL
Index Scan in DBMS - Index Scan in SQL
Single vs Composite Indexes in Relational Databases | by Steven Li | Medium
sql - Two single-column indexes vs one two-column index in MySQL? - Stack Overflow
Single-column index vs. multicolumn index
Indexes in SQL Server
SQL SERVER - Index Optimization CheckList - SQL Authority with Pinal Dave
SQL Server index best practices to improve performance - Database Management - Blogs - Quest Community
SQL Server performance tuning using Indexes | Red9
SQL Indexing and Tuning e-Book for developers: Use The Index, Luke covers Oracle, MySQL, PostgreSQL, SQL Server, ...
Indexing for performance - The WHERE-Clause
(PDF) Indexes in Microsoft SQL Server
sql - When to use composite indexes? - Stack Overflow
SQL Server Indexes
Query Processing Chapter ppt video online download
 Algorithms for Query Processing and Optimization 1
SQL Performance (1), Optimized SELECT Query (A)
Designing effective SQL Server clustered indexes
Designing effective SQL Server non-clustered indexes
Use index sorting to speed up conjunctions | Elasticsearch Guide [8.0] | Elastic
Relational Algebra Operations - Unary - YouTube
Primary Indexing in Databases - GeeksforGeeks
DBMS Indexing in DBMS - javatpoint
Indexing in DBMS: What is, Types of Indexes with EXAMPLES
An in-depth look at Database Indexing
Indexing and its Types | Database Management System
Indexing | Understand The Concept of Indexing in Depth
SQL | Query Processing - GeeksforGeeks
The 6 Steps of a SQL Select Statement Process | by Wendy Navarrete | Towards Data Science
SQL Processing
Selection Operation - an overview | ScienceDirect Topics
Query Processing: Selection - YouTube
Query Processing Selection operation - YouTube
Examples of Cost Functions for SELECT
sql - What’s the difference between a primary key and a clustered index? - Stack Overflow
[FDBS] - Ch18 - Strategies for Query Processing - YouTube
Query Processing - Basic Concepts, Query Cost and Selection Algorithms - YouTube
Query Processing and Optimization - YouTube
Query Processing and Optimization/2: Optimization - YouTube
Ch05 Strategies for Query Processing - Part1 - YouTube
Primary Key and Clustered Index. SQL’s enablers of organization… | by Rod Castor | Towards Data Science
sql - Relationship of Primary Key and Clustered Index - Stack Overflow
Create Clustered Indexes - SQL Server | Microsoft Docs
sql - Do clustered indexes have to be unique? - Stack Overflow
14 SQL Server Indexing Questions You Were Too Shy To Ask - Simple Talk
Can we create clustered index on non unique column?
SQL Server GUID Column with Index Considerations and Identifcation Scripts
Dense and Sparse Indices
sql - Difference between sparse index and dense index - Stack Overflow
What are sparse and dense indexes?
SQL Server Clustered Indexes
sql - How important is the order of columns in indexes? - Stack Overflow
User OMG Ponies - Stack Overflow
B+Trees - How SQL Server Indexes are Stored on Disk - sqlity.net
Clustered Indexes v/s Non-Clustered Indexes – Geek Philip
Explain the Principle of MySQL Innodb Index | Develop Paper
Effective Clustered Indexes - Simple Talk
indexing - Disk IO in MySQL clustered index - Stack Overflow
Yoshinori Matsunobu's blog: Making full table scan 10x faster in InnoDB
Question
Are indexes stored in memory?
Question
sql server - Will index be fully loaded into memory - Stack Overflow
How does MySQL manage its memory with regards to indexes? - Database Administrators Stack Exchange
Indexing in Databases | Set 1 - GeeksforGeeks
DBMS - Indexing
www.mathcs.emory.edu/~cheung/Courses/554/Syllabus/3-index/intro4.html
Classification of Indexing
Types of Indexing in Databases - DEV Community
PPT - Single level index PowerPoint Presentation - ID:5928049
What is the Difference Between Indexing and Hashing - Pediaa.Com

Sql

Join

Joining More than Two SQL Server Tables
Joining More than Two SQL Server Tables
What is the maximum number of joins allowed in SQL Server 2008? - Stack Overflow
Maximum capacity specifications for SQL Server - SQL Server | Microsoft Docs
5 Best Practices for Writing SQL JOINs | LearnSQL.com
sql server - SQL - Filtering large tables with joins - best practices - Stack Overflow
5 Best Practices For Writing SQL Joins - GeeksforGeeks
T-SQL bugs, pitfalls, and best practices - joins - SQLPerformance.com

Loops

SQL Server loop - how do I loop through a set of records - Stack Overflow
SQL Server WHILE - How To Create Loop in SQL Server

Insert

SQL INSERT INTO SELECT Statement

Problem Solving

sql - Select first record in a One-to-Many relation using left join - Stack Overflow
sql - Select the first record in a one to many relation using left join - Stack Overflow
php - Querying only one row from a one to many relationship laravel - Stack Overflow
oracle - How to only pick the first matched row in a one-to-many relationship? - Database Administrators Stack Exchange
4 Ways to Join Only The First Row in SQL | Sisense
Tables Relations: One-to-One, One-to-Many, Many-to-Many
sql left join +one to many relationship - Stack Overflow
oracle - PL-SQL - First record in a One-to-Many relation left join - Stack Overflow

Row Number

SQL Server ROW_NUMBER() Function Explained By Practical Examples
ROW_NUMBER (Transact-SQL) - SQL Server | Microsoft Docs
SQL PARTITION BY Clause overview

Sub Queries

SQL Subqueries - w3resource
SQL - Sub Queries
Writing Subqueries in SQL | Advanced SQL - Mode
SQL Subquery | Nested query - Dofactory
The Ultimate Guide To SQL Server Subquery
SQL | Subquery - GeeksforGeeks
Subqueries (SQL Server) - SQL Server | Microsoft Docs
SQL Subquery - Types of Subqueries in SQL - DataFlair
What Are the Different Types of SQL Subqueries? | LearnSQL.com
List the types of SQL subqueries
What is SQL Subquery? Types of Subqueries in SQL – Select, Insert, update, and Delete

Tem Table

SELECT INTO TEMP TABLE statement in SQL Server
sql - Insert Data Into Temp Table with Query - Stack Overflow
SQL Server Insert into Temp Table

Transaction

How to rollback or commit a transaction in SQL Server - Stack Overflow

Logical Database Design

Logical Database Design Principles - 1st Edition - John Garmany - Jef

Relational Algebra

Introduction of Relational Algebra in DBMS - GeeksforGeeks
Relational Algebra in DBMS: Operations with Examples
Relational Algebra - Tutorialspoint
Relational algebra - Wikipedia
Relational Algebra in Relational DBMS | Studytonight
DBMS Relational Algebra - javatpoint
DBMS Relational Algebra
Showplan Logical & Physical Operators Reference - SQL Server | Microsoft Docs
Set Operations in SQL - Union, Union All, Intersect and Minus | Studytonight
Set operations (SQL) - Wikipedia

Physical Database Design

Files

Database Files and Filegroups - SQL Server | Microsoft Docs
Different methods to attach SQL Server MDF files
How to Define the Size of a SQL Server Database | Ask Garth
Default database file sizes | SQL Studies
Fundamentals of Managing Datafiles in SQL Server – {coding}Sight
Sizing the Microsoft SQL Primary Data (mdf) and Transaction Log (ldf) files
Considerations for the autogrow and autoshrink - SQL Server | Microsoft Docs
Understanding how SQL Server stores data in data files
SQL Server Partitioned Tables with Multiple Filegroups for High Availability
Multiple filegroups vs. multiple files in a single filegroup - Database Administrators Stack Exchange
Files and File Groups in SQL Server – SQLpassion
Understanding the SQL Server Proportional fill algorithm
Database Files and Filegroups - SQL Server | Microsoft Docs
Maximum capacity specifications for SQL Server - SQL Server | Microsoft Docs

Pages

Pages and Extents Architecture Guide - SQL Server | Microsoft Docs
Database Page - Sql Server Backup Academy
Database Pages :: Chapter 33. SQL Server Internals :: Part V: SQL Server Internals and Performance Tuning :: Microsoft SQL Server 2000 :: SQL :: eTutorials.org
How SQL Server Stores Data in Data Pages: Part 1
Understanding the Internals of a Data Page – SQLServerCentral
SQL Server Storage Engine: Data Pages and Data Rows | About Sql Server
How Sql Server Stores Data on a Page | SqlHints.com
SQL Server 2008 R2 : Database Pages (part 2) - Row-Overflow Pages, LOB Data Pages - Microsoft Certification Examples, exercises, practises, tutorials, solutions about Database
Brad's Sure Guide to Indexes - Simple Talk
Blob and Row Overflow Storage Internals – Row-Overflow Data - sqlity.net
Microsoft SQL Server 2012 Internals: Special Storage | Microsoft Press Store
SQL Server Storage Engine: LOB Storage | About Sql Server
How to Inspect the content of a DATA PAGE or INDEX PAGE ? Tip 6: Sql Server 101 Performance Tuning Tips and Tricks | SqlHints.com
SQL Server: Understanding GAM and SGAM Pages – SQLServerCentral
The SQL Internals Viewer – SQLServerCentral
SQL Server Internals 101 AYMAN ELG HAZAL I
Inside The Storage Engine: GAM, SGAM, PFS and other allocation maps - Paul S. Randal
SQL Server:Understanding The Page Free Space (PFS) Page – SQLServerCentral
SQL Server Extents, PFS, GAM, SGAM and IAM and related corruptions - Microsoft Tech Community
PFS Pages: How SQL Server tracks "Page Free Space" - sqlity.net
How to determine free space and file size for SQL Server databases
Managing Extent Allocations and Free Space - SQL Server Architecture Documentation
SQL Server IAM page - Microsoft Tech Community
SQL Server : Understanding the IAM Page – SQLServerCentral
Inside the Storage Engine: IAM pages, IAM chains, and allocation units - Paul S. Randal
Knowledge Sharing: What Is IAM PAGES In SQL Server
SQL Server Extents, PFS, GAM, SGAM and IAM and related corruptions – TheWindowsUpdate.com
The Global Allocation Map (GAM) - sqlity.net
The Index Allocation Map (IAM) - sqlity.net
Sql-server – Understanding IAM Pages: extent intervals – iTecTec
Data Pages – the Foundation of SQL Server |
SQL Server: Understanding the Data Page Structure – SQLServerCentral
SQL SERVER - 2005 Row Overflow Data Explanation - SQL Authority with Pinal Dave
SQL SERVER - 2005 Row Overflow Data Explanation - SQL Authority with Pinal Dave
SQL Server: What happened, when Row Overflow and Data Exceeding 8KB?
SQL Server – Understanding Allocation Units – In Row Data, LOB Data & Row Overflow Data | DataGinger.com
Data page and data row - Programmer Sought
Sql-server – SQL Server: Rows over 8KB: Where are the docs – iTecTec
Row-Overflow Data Exceeding 8 KB | Microsoft Docs
LOB in SQL Server – SQLZealots
Pages and Extents Architecture Guide - SQL Server | Microsoft Docs
Reading Pages - SQL Server Architecture Documentation
SQL Server read-ahead mechanism; concept and performance gains
SQL SERVER - What is Logical Read? - SQL Authority with Pinal Dave
How to get all the pages of a Table? | SqlHints.com
Using DBCC PAGE to Examine SQL Server Table and Index Data

Indexs

SQL Server Index Structure and Concepts
SQL Server Index Architecture and Design Guide - SQL Server | Microsoft Docs
Intermediate Index Pages in SQL Server - sqlity.net
Microsoft Business Intelligence (Data Tools)|Index Structures in SQL Server
Microsoft Business Intelligence (Data Tools)|Nonclustered Index on Clustered Index in SQL Server
Microsoft Business Intelligence (Data Tools)|Clustered Index structure in SQL Server
Overview of Non-Clustered indexes in SQL Server
Clustered Index vs Non Clustered Index | by Sami C. | Medium
How to detect whether index maintenance affects SQL Server performance
Blocked site
Difference between Clustered and Non-clustered index - GeeksforGeeks
Clustered Vs Non-Clustered Index - Turning data into powerful insights
Clustered Index - Vlad Mihalcea
NonClustered Index Structure – SQLServerCentral
SQL Server non-clustered Indexes
SQL Server 2008 R2 : Creating and Managing Indexes - Types of Indexes - Tutorials,Articles,Algorithms,Tips,Examples about Database
SQL Server Index Basics - Simple Talk
Index in Group by Clause in SQL Server - Dot Net Tutorials
Understanding the SQL Server Columnstore Index
Columnstore indexes: Overview - SQL Server | Microsoft Docs
What are Columnstore Indexes? - Simple Talk
SQL Server Columnstore Indexes
Columnstore Indexes in SQL Server 2012 - Simple Talk
Rows or Columns — where should I put my index on? | by Nikola Ilic | Towards Data Science
How does Column Store index improve performance
Inside the SQL Server 2012 Columnstore Indexes
SQL Server, columnstore indexes: A bit of theory and some examples (when to use columnstore indexes and when not)
All you need to know about Columnstore Indexes in one article | SQL in the Wild
Understanding the SQL Server Columnstore Index
Get started with Columnstore for real-time operational analytics - SQL Server | Microsoft Docs
Columnstore indexes - Data Warehouse - SQL Server | Microsoft Docs
COLUMNSTORE INDEX IN SQL SERVER
Speed Up SQL Server with ColumnStore Index - Aleson ITC
SQL Server Clustered and Nonclustered Columnstore Index Example
Introduction to Indexes: Part 3 – The nonclustered index – SQLServerCentral
Overview of SQL Server Clustered indexes
Clustered and nonclustered indexes described - SQL Server | Microsoft Docs
An Essential Guide to SQL Server Indexes
SQL index overview and strategy
6 Important Types Of Indexes In SQL Server
Introduction to SQL Server Filtered Indexes
Indexes - SQL Server | Microsoft Docs
SQL Server and Azure SQL index architecture and design guide - SQL Server | Microsoft Docs
What is the difference between Clustered and Non-Clustered Indexes in SQL Server?
When to Use Clustered or Non-Clustered Indexes in SQL Server
Clustered vs Non-clustered Index: Key Differences with Example
What is clustering Index in DBMS?
SQL Server Clustered Indexes internals with examples
sql server - What does this sentence mean: Clustered indexes are stored physically on the table? - Stack Overflow
Create Clustered Indexes - SQL Server | Microsoft Docs
SQL Server Indexes: Clustered Indexes
Introduction to Indexes: Part 2 – The clustered index – SQLServerCentral
The Difference between Clustered and Non-Clustered SQL Indexes – The New Stack
Non-Clustered Index in SQL Server with Examples - Dot Net Tutorials
Clustered and Non Clustered Index: Everything you Need to Know
CREATE INDEX (Transact-SQL) - SQL Server | Microsoft Docs
The Equals Operator for SQL WHERE clause performance
Difference Between Primary Key And Secondary Key | Programmerbay
sql - difference between secondary key, foreign key, and primary key? - Stack Overflow
SQL Server Keys- Primary Key, Foreign Key, Alternate Key - Power BI Docs
DBMS Keys: Candidate, Super, Primary, Foreign Key Types with Example
sql - Clustered sorts data physically and non-clustered index too? - Stack Overflow
Clustered Index do “NOT” guarantee Physically Ordering or Sorting of Rows | SQL with Manoj
SyBooks Online
How a clustered index sorts and stores data columns of a table? – SQLServerCentral Forums
Understanding SQL Server Indexes
SQL Server: Clustered Indexes on Duplicate Values !! | Welcome to the Database World...
Interview question - Is Clustered index on column with duplicate values possible? - Technology with Vivek Johari
Concept and comparison of SQL Server clustered index, non clustered index, identity, GuDi and primary key
SQL SERVER CLUSTERED INDEX SCAN (Vs) Index Seek | Geopits
Index Seek - SQLServerFast
The Complete Reference - Table Scan, Index Scan, And Index Seek
Index seek vs Index scan in SQL Server
SQL Server Performance Tuning – Index Scan vs. Index Seek
Index Seek vs Index Scan - Steve Stedman
Scans vs. Seeks - Microsoft Tech Community
performance - Why isn't SQL Server using my non-clustered index and doing a clustered index scan? - Database Administrators Stack Exchange
sql server - Why index scan instead of seek while using comparison operator - Stack Overflow
Full-Text Search - SQL Server | Microsoft Docs
Hands on Full-Text Search in SQL Server
Understanding SQL Server Full Text Search
Understanding Full-Text Indexing in SQL Server - Simple Talk
Full Text Index In SQL Server
Full-Text Search: What Is It And How It Works | MongoDB | MongoDB
A Guide to SQL Server Full-Text Searching | Developer.com
Query with Full-Text Search - SQL Server | Microsoft Learn
Why Full Text's CONTAINS Queries Are So Slow - Brent Ozar Unlimited®
Implementing Full-Text Search in SQL Server 2016 for beginners - {coding}Sight
Effective full-text search: go advanced | by István Kovács | Medium
SQLServer nonclustered indexes require lookup value in btree
Clustered and nonclustered indexes described - SQL Server | Microsoft Learn
SQL Server non-clustered indexes with included columns
What are Covering Indexes and Covered Queries in SQL Server? - Stack Overflow

DataStructure_in_Database

Clustered Index vs. Heap in SQL Server
SQL Server Clustered Tables vs Heap Tables
Clustered Tables Vs Heap Tables in SQL Server
Clustered Index vs. Heap - Fighting Bad Data Modeling
SQL Server Heap
SQL Server Clustered Indexes
Heaps (Tables without Clustered Indexes) - SQL Server | Microsoft Docs
What is heap table | Full table scan
Clustered and Nonclustered Indexes Described - SQL Server | Microsoft Docs
Heaps in SQL Server: Part 1 The Basics - Simple Talk
SQL Server Storage Internals 101 - Simple Talk
Heaps (Tables without Clustered Indexes) - SQL Server | Microsoft Docs
Heap Tables in SQL Server – SQLpassion
Table Structures in SQL Server - John Deardurff (@SQLMCT)
Heaps in SQL Server: Part 1 The Basics - Simple Talk
SQL Server Insert Performance for Clustered Indexes vs. Heap Tables
Clustered Index Insert - SQLServerFast
SyBooks Online
Structure of Clustered Index | Sql server, Sql, Index
Does a Clustered Index really physically store the rows in key order? – SQLServerCentral
Clustered vs Nonclustered: Index Fundamentals You Need To Know
sql - Clustered Indexes physical storage - Stack Overflow
SQL Server Clustered Index Physically Orders a Table Revisited - SQLServerGeeks
SQL Server Glossary - TechNet Articles - United States (English) - TechNet Wiki
How to avoid Page Splits in SQL Server
A Page Split in SQL Server - the Good, the Nasty and the Smart - Wayne Sheffield
Index Fragmentation and Page Splits in SQL Server - Database Tutorials
Data Pages and the Row Offset Array - sqlity.net

Partitioning

Partitioned Tables and Indexes - SQL Server | Microsoft Docs
Database table partitioning in SQL Server
Create Partitioned Tables and Indexes - SQL Server | Microsoft Docs
Table Partitioning in SQL Server - The Basics | Cathrine Wilhelmsen
Understanding Left vs. Right Partition Functions (with Diagrams) - littlekendra.com
Clarifying LEFT and RIGHT in the defintion of a PARTITION FUNCTION in SQL Server 2005 - Kimberly L. Tripp
Partition Boundaries - Left or Right: That is the Question - sqlity.net
Splits, Merges and Purges THE HOW TO OF TABLE PARTITIONING. - ppt download
How to do Table Partitioning to an existing source table – SQL-Articles
How to Partition an existing SQL Server Table
Table Partitioning In SQL Server
Is it a good idea to Partition a table (in MS SQL) based on date, when there's a clustered index present on ID (INT) - Database Administrators Stack Exchange
Partitioned Tables and Indexes - SQL Server | Microsoft Docs
Difference between clustered index and partitioning column - Database Administrators Stack Exchange
Partitioning on Existing table with non clustered index in date column.
Cannot Partition table with Identity column Primary Key
Partitioning on Existing table with non clustered index in date column. – SQLServerCentral Forums
Gail Shaw's SQL Server Howlers - Simple Talk
Partitioned Table and Index Strategies Using SQL Server 2008 | Microsoft Docs
How to automate Table Partitioning in SQL Server

How Operations Like Insert , Update , Delete , Select Work

sql server - How does database engine handle concurrent inserts? - Stack Overflow
How to use parallel insert in SQL Server 2016 to improve query performance
Concurrency problems - theory and experimentation in SQL Server
SQL Server Parallelism Overview
query performance - Multi Thread in SQL? - Stack Overflow
Thread and Task Architecture Guide - SQL Server | Microsoft Docs
Page Split | IDERA
Avoid Page Splits in SQL Server | SQL Community | Connect, Share and Learn
SQL SERVER - Tips from the SQL Joes 2 Pros Development Series - Introduction to Page Split - Day 20 of 35 - SQL Authority with Pinal Dave
Data Modification and Performance :: Chapter 33. SQL Server Internals :: Part V: SQL Server Internals and Performance Tuning :: Microsoft SQL Server 2000 :: SQL :: eTutorials.org
Understanding CRUD Operations on Tables with B-tree Indexes, Page-splits, and Fragmentation – SQLServerCentral
How Bad are Bad Page Splits? – SQLServerCentral
再说聚簇索引 page split - Arlen - 博客园
SQL Server: What is a Page Split - post by Steve Stedman
Understanding a SQL Server Query Execution Plan | Developer.com
What is a SQL Engine? Definition and FAQs | HEAVY.AI
Processing a SQL Statement - ODBC API Reference | Microsoft Docs
How SQL Database Engine Work | HackerNoon
What is SQL Server
SQL Server Database Engine Basics | ITPro Today: IT News, How-Tos, Trends, Case Studies, Career Tips, More
Question
Unboxing a Database-How Databases Work Internally - DEV Community 👩‍💻👨‍💻
How does SQL Database Engine work? - ITZone
Reading Pages - SQL Server | Microsoft Docs
How data will load in to memory in sql server - Stack Overflow
The Basics of a Microsoft SQL Server Architecture - INAP
SQL Server Architecture Explained: Named Pipes, Optimizer, Buffer Manager
Pagination in SQL Server

Transactions And Concurrency

Optimistic Concurrency vs Pessimistic Concurrency – short comparison – A Girl Among Geeks
Optimistic vs. Pessimistic locking - Stack Overflow
SolidDB help: PESSIMISTIC vs. OPTIMISTIC concurrency control
Microsoft SQL Server 2008 Internals: Transactions and Concurrency | Microsoft Press Store
Transaction Locking and Row Versioning Guide - SQL Server | Microsoft Docs
Comparing Optimistic and Pessimistic Concurrency - Embedded Computing Design
YouTube
SQL Server, Locks object - SQL Server | Microsoft Docs
All about locking in SQL Server
Locks In SQL Server
A Basic Overview of Locks in SQL Server
Optimistic vs. Pessimistic Locking - Vlad Mihalcea
Concurrency Models in SQL Server 2012
Handling Concurrency Conflicts - EF Core | Microsoft Docs
Transaction Isolation Levels in DBMS - GeeksforGeeks
DBMS Concurrency Control - javatpoint
DBMS Lock based Protocol - javatpoint
DBMS Timestamp Ordering Protocol - javatpoint
DBMS Validation based Protocol - javatpoint
What Is a Lost Update in Database Systems? - DZone Database
The Lost Update Problem - Part 1: Transactions
Sql server, .net and c# video tutorial: Snapshot isolation level in sql server
Sql server, .net and c# video tutorial: Non repeatable read example in sql server
Sql server, .net and c# video tutorial: sql server lost update problem
Sql server, .net and c# video tutorial: sql server concurrent transactions

Design Best Practices

N + 1 Problem

Common Entity Framework Problems: N + 1 - Brent Ozar Unlimited®
Is "N+1 Queries" Still A Performance Issue In Entity Framework Core 3? - Thinktecture AG
Entity Framework Core Performance - Beware Of N+1 Queries - Thinktecture AG
Bojan Veljanovski - Select N+1 Problem
AppLand - Eager Loading and the N+1 Query Problem
Entity Framework Core 5 – Pitfalls To Avoid and Ideas to Try | The .NET Tools Blog
sql - With Entity Framework is it better to use .First() or .Take(1) for "TOP 1"? - Stack Overflow
entity framework core - Using FirstOrDefault in a sub query - Stack Overflow
c# - Top per group: Take(1) works but FirstOrDefault() doesn't? - Stack Overflow
Is "N+1 Queries" Still A Performance Issue In Entity Framework Core 3? - Thinktecture AG
c# - LINQ query with n+1 issue - Stack Overflow
c# - Projecting an IEnumerable inside an Projected IQueryable making N Requests to the Database - Stack Overflow

sql - Can i Create one table for purchases orders and sales orders? - Stack Overflow
mysql - Same table or different table? - Stack Overflow
Sales Order and Purchase Order linkage in tables for third party orders | SAP Community
mysql - SQL Database design - three tables: product, sales order, and purchase order - how to store product quantity? - Stack Overflow
mysql - Keeping one table or multiple table for similar type of data which one is best while considering high performance - Stack Overflow
sql - Query for Linking Purchase Orders with Sales Orders - Stack Overflow
Database table design question - Database Administrators Stack Exchange
Distinct C# - بحث Google‏

SQL Slow Query Catch

The SQL Server Query Store in Action
How to identify slow running queries in SQL Server
Monitor performance by using the Query Store - SQL Server | Microsoft Docs

AI

Online Artificial Intelligence Courses | Microsoft Professional Program
OpenCV-Python
scikit-learn-videos/ at master · Ahm7dKhalifa/scikit-learn-videos
Microsoft Professional Program in Artificial Intelligence | edX

Algorithms

Dynamic Programming

Dynamic Programming - GeeksforGeeks
Dynamic programming - Wikipedia
Dynamic Programming
Data Structures - Dynamic Programming
Introduction to Dynamic Programming 1 Tutorials & Notes | Algorithms | HackerEarth
Dynamic Programming - javatpoint
Beginners Guide to Dynamic Programming | Towards Data Science
What's the difference between recursion, memoization & dynamic programming? - Stack Overflow
Recursion and Dynamic Programming
Recursion vs Dynamic Programming — Fibonacci | by Shuheng.Ma | Towards Data Science
Dynamic Programming and Recursion | Difference, Advantages with Example
Divide and Conquer Method vs Dynamic Programming - javatpoint
Dynamic Programming vs Divide-and-Conquer - GeeksforGeeks
What is the Difference Between Divide and Conquer and Dynamic Programming - Pediaa.Com
Divide & Conquer vs Dynamic Programming
Divide and Conquer vs. Dynamic Programming | Baeldung on Computer Science
Divide and Conquer Vs Dynamic Programming - CodeCrucks
Difference Between Divide and Conquer and Dynamic Programming
What is Dynamic Programming? - Grokking Dynamic Programming Patterns for Coding Interviews
Question
Keeping Track of Values During Recursion - Programming Elixir [Book]

Intro

What is an Algorithm?
List of Algorithms
Algorithms - GeeksforGeeks
List of algorithms - Wikipedia
Algorithm Definition
Introduction to Algorithms - GeeksforGeeks
Algorithm - Wikipedia
Data Structures - Algorithms Basics
medium.com
Algorithm and its characteristics - Biyani Institute of Science and Management for Girls
Algorithms (Characteristics, Guidelines & Advantages)
What is an Algorithm? Types, Applications, and Characteristics | Analytics Steps
Question
4. Problem Solving and Algorithms
Writing the Algorithm
How to Write an Algorithm in Programming Language: 6 Steps
How to Design an Algorithm - DEV Community
Algorithms Design Techniques - GeeksforGeeks
Analysis of algorithms - Wikipedia
Design and Analysis of Algorithm
Analysis of Algorithms
What is algorithm and why analysis of it is important? - GeeksforGeeks
What Is Algorithm Analysis? - DZone Big Data
Question
Introduction to the Analysis of Algorithms | 1.1. Why Analyze an Algorithm? | InformIT
The Importance of Algorithms
What is the importance of algorithm? – Mvorganizing.org
Algorithm Analysis An algorithm is a clearly specified set of simple instructions to be followed to solve a problem. Three questions for algorithm analysis. - ppt video online download
Design and analysis of Algorithm By Dr. B. J. Mohite
Big-O Notation, Omega Notation and Big-O Notation (Asymptotic Analysis)
Analysis of Algorithms | Set 1 (Asymptotic Analysis) - GeeksforGeeks
Asymptotic notation (article) | Algorithms | Khan Academy
Learn X in Y Minutes: Scenic Programming Language Tours
Functions in asymptotic notation (article) | Khan Academy
Data Structures - Asymptotic Analysis
Difference between Running time and Execution time in algorithm? - Stack Overflow
Running Time of Algorithms | HackerRank
Calculating the running time of Algorithms | Algorithm Tutor
Asymptotic Notation: Asymptotic Notation Cheatsheet | Codecademy
DAA Asymptotic Analysis of Algorithms - javatpoint
Data Structures Tutorials -Asymptotic notations for analysis of algorithms | Big Oh, Omega, Theta
Data Structures Asymptotic Analysis - TechVidvan
Complete Tutorial on big O (big oh) notation - DevOpsSchool.com
Running Time, Growth of Function and Asymptotic Notations | Algorithm Tutor
Lecture 16: Introduction to Asymptotic Analysis
Big-O notation finding c and n0 - Stack Overflow
DAA Analyzing Algorithm Control Structure - javatpoint
Learn Data Structures and Algorithms
Algorithms | Computer science | Computing | Khan Academy
What is an algorithm and why should you care? (video) | Khan Academy
Data Structure and Algorithms Tutorial
algorithm design - بحث Google‏
Lecture Slides for Algorithm Design by Jon Kleinberg And Éva Tardos
Greedy algorithm - Wikipedia
Types of Algorithms | Learn The Top 6 Important Types of Algorithms
Most important type of Algorithms - GeeksforGeeks
List of algorithms - Wikipedia
List of algorithms - Wikiwand
Awesome Algorithms | Curated list of awesome lists | Project-Awesome.org
The Most Important Algorithms (Survey)
List of Top Algorithms used in Computer Science — Ptidej Team
List of Algorithms Interview Questions
5 List of AI algorithms [43] | Download Scientific Diagram
medium.com
Types of Machine Learning Algorithm  | Download Scientific Diagram
Types of Machine Learning. What comes to your mind when you heard… | by Priyal Walpita | Medium
Top 10 Algorithms and Data Structures for Competitive Programming - GeeksforGeeks
Properties of an Algorithm – Aristides S. Bouras
Properties of an Algorithm - Webeduclick
DAA Tutorial | Design and Analysis of Algorithms Tutorial - javatpoint
DAA Algorithm Design Techniques - javatpoint
Big-O Algorithm Complexity Cheat Sheet (Know Thy Complexities!) @ericdrowell
What is an Algorithm? Along with 6 steps to write better Algorithms - Studyber
Question
How to write Computer Algorithm for beginners?
What Is An Algorithm? Characteristics, Types and How to write it | Simplilearn
DAA Need of Algorithm - javatpoint
3.2. What Is Algorithm Analysis? — Problem Solving with Algorithms and Data Structures
Design choices on how to implement several algorithms for the same problem - Operations Research Stack Exchange
How to Use Algorithms to Solve Problems? - GeeksforGeeks
Question
Designing an algorithm - Designing an algorithm - KS3 Computer Science Revision - BBC Bitesize
Pseudocode - Designing an algorithm - KS3 Computer Science Revision - BBC Bitesize
Flowcharts - Designing an algorithm - KS3 Computer Science Revision - BBC Bitesize
Algorithm Design Techniques | How is Algorithm Design Applied? | WLU
Question
The Four Major Stages of Algorithm Analysis and Design - Business 2 Community
DAA Tutorial: Design and Analysis of Algorithms
Algorithm Design - KnowItAllNinja
How to design an algorithm | Doejo
Data Structure and Algorithm - TechVidvan
Algorithm Design Techniques in DAA – StudiousGuy
Algorithmic technique - Wikipedia
DAA Algorithm Design Techniques
Divide and Conquer Algorithm Meaning: Explained with Examples
Question
time complexity - Examples on why not to use divide and conquer - Stack Overflow
Question
Divide and Conquer Algorithms | Baeldung on Computer Science

Sorting Algorithms

What is sorting algorithm? - Definition from WhatIs.com
Sorting algorithm - Wikipedia
Sorting Algorithms - GeeksforGeeks
What does sorting algorithm mean?
Sorting Algorithms - InterviewBit
Introduction to Sorting Algorithms | Studytonight
Understanding Sorting Algorithms
6 Basic Different Types of Sorting Algorithms Explained in Detail
Sorting Algorithms Explained with Examples in Python, Java, and C++
Question
Why do we need sorting algorithms? - Sorting - KS3 Computer Science Revision - BBC Bitesize
Why Sorting Data Is Important for Algorithms - dummies
Sorting Algorithms Explained
8 must-know sorting algorithms - DEV Community
what is the importance of sorting?​ - Brainly.in
Question
Selection Sort - GeeksforGeeks
Data Structure and Algorithms Selection Sort
Selection Sort (With Code)
Data Structures Tutorials - Selection Sort Algorithm with an example
Selection Sort in Data Structure - TechVidvan
Selection Sort in C | Selection Sort Example In C | Edureka
Selection sort - Wikipedia
Selection Sort - InterviewBit
Analysis of selection sort (article) | Khan Academy
6.8. The Selection Sort — Problem Solving with Algorithms and Data Structures
Selection Sort Algorithm | Studytonight
#024 [Data Structures] - Selection Sort Algorithm With Implementation - YouTube
Selection sort in 3 minutes - YouTube
Insertion Sort - GeeksforGeeks
Insertion sort - Wikipedia
Data Structure and Algorithms Insertion Sort
Insertion Sort Algorithm - InterviewBit
Insertion Sort (With Code)
Insertion Sort - javatpoint
Insertion sort (article) | Algorithms | Khan Academy
Insertion Sort Algorithm | Studytonight
Bubble Sort - GeeksforGeeks
Bubble sort - Wikipedia
Data Structure - Bubble Sort Algorithm
Bubble Sort Algorithm | Studytonight
Bubble Sort (With Code)
Bubble Sort - javatpoint
Bubble Sort - InterviewBit
Sorting algorithm - Wikipedia
DAA Stable Sorting - javatpoint
Stable Sort | Interview Cake
In-Place Algorithm - GeeksforGeeks
In-place algorithm - Wikipedia
In-place vs out-of-place algorithms – Techie Delight
Sorting in Data Structure: Categories & Types [With Examples] | upGrad blog
Data Structure - Sorting Techniques
Sorting Techniques in Data Structures
Sorting in Data Structure: Categories & Types | Coding Ninjas Blog
Why sorting algorithms are important?
Why Sorting Matters? – Real Python
Why Are Sorting Algorithms Important In Computer Science? – TheSassWay.com
Why are Sorting Algorithms Important?
What is sorting And what is the importance of sorting?
Question
CSIS 105A: Lesson 3-4
Sorting Information
Question
What is the purpose of sorting data?
What is Data Sorting? | Data Sorting Examples | Displayr.com
Question
Sorting data
algorithm - Why do we need so many sorting techniques? - Stack Overflow

Recursion

Recursive Algorithm
Recursion - GeeksforGeeks
Properties of recursive algorithms (article) | Khan Academy
Recursion (computer science) - Wikipedia
Mastering recursive programming – IBM Developer
5.4. The Three Laws of Recursion — Problem Solving with Algorithms and Data Structures
Data Structure - Recursion Basics
NTA-UGC-NET & SET Exams - Types of Algorithms and Recursive Algorithm (in Hindi) Offered by Unacademy
How Recursion Works — Explained with Flowcharts and a Video
How to write Recursive Functions - YouTube
Stack vs Heap: Know the Difference
What and where are the stack and heap? - Stack Overflow
Stack-based memory allocation - Wikipedia
Stack Vs Heap Java - Javatpoint
Stack Vs Heap Memory - C#
C# Heap(ing) Vs Stack(ing) In .NET - Part One
Interview question: heap vs stack (C#) - DEV Community
Stack and Heap in C# with Examples - Dot Net Tutorials
Recursion and Memory Visualization - Recursion for Coding Interviews in Python
recursion and memory - Stack Overflow
Understanding recursions and memory - DEV Community
https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.iitg.ac.in/asahu/cs101-2017/Lec18.pdf&ved=2ahUKEwicw6mghtnzAhUQnBQKHRXEAYUQFnoECA0QAQ&usg=AOvVaw15iq8t0evIGii5Akhv4tLf
Question
Can Recursion be named as a simple function call? - Stack Overflow
Question
Recursive Methods | Think Java | Trinket
Understanding Recursive Functions in Python - DataCamp
Recursion — Programming and Data Structures 0.1-alpha documentation
AlgoDaily - Problem Solving With Recursion vs. Iteration - Introduction
Difference between Recursion and Iteration - GeeksforGeeks
recursion versus iteration - Stack Overflow
What are the differences between recursion and iteration in Java?
What is the difference between iteration and recursion?
Recursion is slow
Is recursion ever faster than looping? - Stack Overflow
Question
Is recursive code slower than non-recursive code? - Software Engineering Stack Exchange
Why are loops faster than recursion?
Recursive Practice Problems with Solutions - GeeksforGeeks
Tail Recursion in Data Structures
Question
What is tail recursion? - Stack Overflow
Tail call - Wikipedia
Tail recursion in C# - Thomas Levesque's .NET Blog
Does C# do tail recursion? - Stack Overflow
Question
Tail and Non-tail Recursion - ppt video online download
What is tail recursion? - Computer Science Stack Exchange
(1) What is the difference between recursion vs. iteration in laymen terms? - Quora
Determining complexity for recursive functions (Big O notation) - Stack Overflow
Analysis of Recursion in Programming
Analysis of Recursion in Data Structure and Algorithms
Analysis of Recursion in Data Structure and Algorithms
Analysis of Algorithm | Set 4 (Solving Recurrences) - GeeksforGeeks
Master Theorem (With Examples)
DAA Master Method - javatpoint
Introduction to Recursion with stack frame and recursion tree - ProDeveloperTutorial.com
CS 11 C track: lecture 5 Last week: pointers This week: Pointer arithmetic Arrays and pointers Dynamic memory allocation The stack and the heap. - ppt download
E. Recursion - Advanced Algorithms and Data Structures
Function Calls, Part 3 (Frame Pointer and Local Variables) | CodeGuru
Facebook
What is recursion?
What is Recursion? A Recursive Function Explained with JavaScript Code Examples
What is Recursive Algorithm? Types and Methods | Simplilearn
* Recursion (article) | Recursive algorithms | Khan Academy
Python Recursion (Recursive Function)
What Is Recursion and How Do You Use It?
What is Recursive?
What is recursion in programming?
Search for a Range in a sorted array
JavaScript Recursive Function By Examples
Recursion Explained: How recursion works in Programming?
Programming - Recursion
Recursion in C - javatpoint
What is Recursion?: What is Recursion? | SparkNotes
What is Recursion in C++? Types, its Working and Examples | Simplilearn
What is Recursion?: What is Recursion? | SparkNotes
C++ Recursion (With Example)
Recursion for Dummies. Recursion is a fundamental construct in… | by Nilanjan 🌱🌱 | Level Up Coding
Design Recipe for writing recursive programs
CS240: Data Structures & Algorithms I
Recursion — Programming and Data Structures
Recursive Function Definition
Reading 14: Recursion
Recursion - an overview | ScienceDirect Topics
Understanding Python Recursive Functions By Practical Examples
Recursion and stack
5.4. The Three Laws of Recursion — Problem Solving with Algorithms and Data Structures
The Three Laws of Recursion — Summarising How to Think like a Computer Scientist: Interactive Edition
The Three Laws of Recursion — Jak myśleć jak informatyk: wydanie interaktywne
What are the three laws of recursion algorithm?
Question
Reading 10: Recursion
Recursion: exercises and theory
Algorithmic Design: Recursion - CodeIT Project
Recursion: A Quick Guide for Software Engineers
Types of Recursions - GeeksforGeeks
Types of Recursion in C - javatpoint
What is Recursion?: Types of Recursion | SparkNotes
Thinking Recursively in Python – Real Python
Tail vs. Non-Tail Recursion | Baeldung on Computer Science
Tail Recursion - GeeksforGeeks
SI204: Functions 4 - Recursion
How do I structure the function parameters of a recursive function optimally in PHP? - Stack Overflow
javascript - Can I use additional parameters in recursion problems? - Stack Overflow
Taking input inside a recursive function (one time input on the first iteration) in c++ - Stack Overflow
Recursion - takeUforward
What is Recursion? Tutorial
Introduction to Recursion - Data Structure and Algorithm Tutorials - GeeksforGeeks
The factorial function (article) | Khan Academy
Recursive Functions - GeeksforGeeks
medium.com
Learning to think with recursion, part 1 | by Daniel King | Medium

Sorting Algorithms With Divide And Conquer

Divide-and-conquer algorithm - Wikipedia
Divide and conquer - Wikipedia
Data Structures - Divide and Conquer
Divide and Conquer Algorithm
Divide and conquer algorithms (article) | Khan Academy
Merge sort algorithm overview (article) | Khan Academy
DAA Divide and Conquer Introduction - javatpoint
Divide and Conquer Algorithm | Introduction - GeeksforGeeks
Advantages and Disadvantages of Divide and Conquer - KodNest
What are advantages and disadvantages of divide and conquer approach? - Quora
Divide and Conquer, Advantages and disadvantages - MechoMotive
Introduction to Divide and Conquer (D&C) Algorithm Design Paradigm
What are the advantages and disadvantages of divide and conquer?
Divide and Conquer Algorithm. The divide and conquer approach as the… | by Harsh | CodeX | Medium
Divide and Conquer Algorithm (With Examples in Python) | FavTutor
A Gentle Introduction to Divide and Conquer Algorithms - DEV Community
Merge Sort Algorithm With Example Program - InterviewBit
Merge Sort - GeeksforGeeks
Data Structures - Merge Sort Algorithm
Merge Sort (With Code)
Merge Sort - javatpoint
Applications of Binary Trees | Baeldung on Computer Science
Divide and Conquer – Interview Questions and Practice Problems
Merge Sort Algorithm - Java, C, and Python Implementation - JournalDev
Merge Sort Algorithm | Studytonight
Why is mergesort O(log n)? - Software Engineering Stack Exchange
How to calculate the mergesort time complexity? - Computer Science Stack Exchange
Merge Sort Algorithm | Example | Time Complexity | Gate Vidyalay
Master Theorem | Master Theorem Examples | Gate Vidyalay
Question
Merge Sort Algorithm
Analysis of merge sort (article) | Khan Academy
Merge Sort – Algorithm, Source Code, Time Complexity
Analysis of Merge sort algorithm - YouTube
Analyzing time & space complexity | Merge Sort | Data Structure & Algorithm | Appliedcourse - YouTube
1 7 Merge Sort Analysis 9 min - YouTube
how to calculate merge sort time complexity? | solved example in urdu/hindi - YouTube
Time Complexity of Merge Sort
Merge Sort Big O - Learn.co
www.mathcs.emory.edu/~cheung/Courses/171/Syllabus/7-Sort/analysis.html
How do you find the big O of an algorithm? – MVOrganizing
Everything You Need To Know About Merge Sort
Time and Space Complexity Analysis of Algorithm
Quicksort - Wikipedia
QuickSort - GeeksforGeeks
Quick Sort - javatpoint
QuickSort (With Code)
6.12. The Quick Sort — Problem Solving with Algorithms and Data Structures
Data Structures Tutorials - Quick Sort Algorithm with an example
Quicksort Algorithm - InterviewBit
Quicksort algorithm overview | Quick sort (article) | Khan Academy
Analysis of quicksort (article) | Quick sort | Khan Academy
Sorting And Searching Algorithms - Time Complexities Cheat Sheet | HackerEarth
Merge sort time and space complexity - Stack Overflow
Why is Merge sort space complexity O(n)? - Stack Overflow
Space requirements of a merge-sort - Stack Overflow
https://www.google.com/url?sa=t&source=web&rct=j&url=https://erkashif.files.wordpress.com/2015/10/chapter-6-sorting-algorithm-and-file-structure.pdf&ved=2ahUKEwjI9JWcpp_0AhVrlWoFHTrlACEQFnoECDMQAQ&sqi=2&usg=AOvVaw1VinQGyNK3va9263U3jg3h
Sorting Algorithms- Properties/Pros/Cons/Comparisons | by Ayush Arora | Medium
Space Complexity of Merge Sort Algorithm - YouTube
Question
Merge Sort Time and Space Complexity | Newbedev
Merge Sort Algorithm | Interview Cake
Time and Space complexity of Quick Sort
Why does QuickSort use O(log(n)) extra space? - Stack Overflow
in place quick sort has O(n) or O(logn) space complexity - Stack Overflow
Why does QuickSort use O(log(n)) extra space? - Stack Overflow
Quicksort - Wikipedia
Question
Question
What is the space complexity of quicksort? - Computer Science Stack Exchange
Quick Sort
Futur3 Googl3r: Google Interview Questions
Divide and Conquer Algorithm - DataFlair
Divide and Conquer - GeeksforGeeks

Sorting Algorithms - Advanced

Heap Sort (With Code)
Difference between Min Heap and Max Heap - GeeksforGeeks
Complete Binary Tree
Max-Heapify A Binary Tree | Baeldung on Computer Science
Max Heap in Java - GeeksforGeeks
Min Heap vs. Max Heap
Time Complexity of building a heap - GeeksforGeeks
Heapsort – Algorithm, Source Code, Time Complexity
Heapsort Algorithm | Interview Cake
Question
TimSort - GeeksforGeeks
Heap Sort in Data Structures: Usability and Performance | upGrad blog
Which Sorting Algorithm to Use? | Baeldung on Computer Science
Timsort - Wikipedia
Timsort Sorting Algorithm - Infopulse
TimSort: Algorithm and Implementation in Python - Python Pool
Timsort — “The Fastest Sorting Algorithm” – The IE Blog
Tim Sort - javatpoint
Timsort — the fastest sorting algorithm you’ve never heard of | Hacker Noon
TimSort | Sorting Algorithm - YouTube
Timsort: The Fastest Sorting Algorithm You Haven't Heard Of - YouTube
Tim Sort
Tim Sort | Delft Stack

Sorting Algorithms Summary

When is each sorting algorithm used? - Stack Overflow
When to use each Sorting Algorithm - GeeksforGeeks
Sorting Algorithms — When Best To Use Each? - DevOps Authority
5 Factors to Consider Before Choosing a Sorting Algorithm | by Pooya Amini | Towards Data Science
4.9. Criteria for Choosing a Sorting Algorithm - Algorithms in a Nutshell [Book]
Different Basic Sorting algorithms. Know when to use which one and Ace your tech interview!
Comparison of Sorting Algorithms
Sorting Algorithms Compared - Cprogramming.com
Sorting Applications
https://www.google.com/url?sa=t&source=web&rct=j&url=https://citeseerx.ist.psu.edu/viewdoc/download%3Fdoi%3D10.1.1.570.2322%26rep%3Drep1%26type%3Dpdf&ved=2ahUKEwjcndOHps_0AhVcQ_EDHdNWBig4FBAWegQIGRAB&usg=AOvVaw03PCHfcg70fZczOni8KnI-
Sorting Algorithms - LAMFO
Timsort Questions and Answers - Sanfoundry

Searching Algorithms

Searching Algorithms - GeeksforGeeks
Search algorithm - Wikipedia
Let Us Understand Searching Algorithms -
Search Algorithms : Linear and Binary Search | Studytonight
Searching in Data Structure - Different Search Methods Explained
Linear Search - GeeksforGeeks
Linear Search - javatpoint
Linear Search (With Code)
Linear Search Algorithm | Example | Time Complexity | Gate Vidyalay
10 Optimizations on Linear Search - ACM Queue
Linear Search Algorithm Optimization - Stack Overflow
Improving Linear Search Technique - GeeksforGeeks
6.3. The Sequential Search — Problem Solving with Algorithms and Data Structures
Algorithm of the Week: Sequential Search - DZone Web Dev
Sequential Search - Ozaner’s Notes
Linear search - Wikipedia
How fast can you make linear search? - Stack Overflow
Is parallel linear search O(1)? - Stack Overflow
Linear search using Multi-threading - GeeksforGeeks
https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.ijltet.org/journal/152255156006.%25202185.pdf&ved=2ahUKEwjAx7jL8PH0AhUS36QKHabWDUYQFnoECAQQBg&usg=AOvVaw3-VWq4WK84yneJZPcFQBos
Search Algorithms Sequential Search (Linear Search) Binary Search - ppt download
Binary Search - GeeksforGeeks
Binary search algorithm - Wikipedia
Binary Search (With Code)
* Binary search (article) | Algorithms | Khan Academy
Running time of binary search (article) | Khan Academy
Iterative and Recursive Binary Search Algorithm
Recursive program to linearly search an element in a given array - GeeksforGeeks
Jump Search - GeeksforGeeks
Jump Search Algorithm | Studytonight
Jump search Algorithm explained - Gadgetronicx
Jump Search Algorithm
Jump search - Wikipedia
Is complexity O(log(n)) equivalent to O(sqrt(n))? - Stack Overflow
Difference between O(n) and O(log(n)) - which is better and what exactly is O(log(n))? - Stack Overflow
Algorithms in O(n^2) vs O(n) - Stack Overflow

Searching Algorithms With Brute Force And Decrease And Conquer

Why is Binary Search a divide and conquer algorithm? - Stack Overflow
Question
Question
Decrease and Conquer - GeeksforGeeks
Decrease and Conquer
Decrease and Conquer: Insertion Sort by Urairat Lertsripornchai
Why is insertion sort "decrease and conquer" whereas selection sort is "brute force"? - Stack Overflow
Decrease and Conquer Algorithm - [PDF Document]
MELJUN CORTES ALGORITHM Decrease-And-Conquer Algorithm Design Technique - II | PDF | Graph Theory | Teaching Mathematics
Chapter 5: Decrease and Conquer - ppt download
COSC 3100 Decrease and Conquer - ppt video online download
Brute Force Algorithms Explained
Brute Force Approach and its pros and cons - GeeksforGeeks
Brute-force search - Wikipedia
What is a Brute Force Algorithm? - Chubby Developer
Brute Force Algorithm | A Quick Glance of Brute Force Algorithm
what exactly is the brute force algorithm - Stack Overflow
Brute-force search
Brute-force search
Brute force approach - javatpoint

Searching Algorithms - Advanced

Interpolation Search - GeeksforGeeks
Interpolation search - Wikipedia
Interpolation search – Techie Delight
Data Structure & Algorithm: Interpolation Search | Techgeekbuzz
Interpolation Search
Interpolation Search Algorithm
Linear, Binary, and Interpolation Search Algorithms Explained - DEV Community
Interpolation search algorithm - DEV Community
Interpolation Search :: TutsWiki Beta
Comparison Searching Process of Linear, Binary and Interpolation Algorithm - IOPscience
The Interpolation Search Algorithm with Python
Interpolation search vs Binary search - GeeksforGeeks
Interpolation search vs Binary search - TutorialsPoint.dev
Exponential Search - GeeksforGeeks
Exponential search - Wikipedia
Exponential Search Algorithm
Search Algorithms: Exponential Search Explained
Exponential search – Techie Delight
Exponential Search :: TutsWiki Beta
Exponential search in Python with Algorithm - CodeSpeedy
Exponential Search in Java: Algorithm, Implementation & Analysis | Study.com
Exponential Search - TutorialsPoint.dev

Data Structure

Data types and memory management

Data types and memory management in C# | by Ivan Porta | Dev Genius
Storing Data in C#
Value Type and Reference Type
Data Type Summary - Visual Basic | Microsoft Docs
The C# type system | Microsoft Docs
Memory allocation in .Net – Value type, Reference type, Stack, Heap, Boxing, Unboxing, Ref, Out and Volatile - CodeProject
C# Data Types - javatpoint
Automatic Memory Management | Basic Concepts of the C# Programming Language | InformIT
Increasing performance via low memory allocation in C# | endjin

Graph

Graph Data Structure
Graphs in Data Structure: Overview, Types and More [Updated] | Simplilearn
Graph Data Structure And Algorithms - GeeksforGeeks
Data Structure - Graph Data Structure
Graph (abstract data type) - Wikipedia
What is a graph (data structure)?
DS Graph - javatpoint
Graphs in Data Structure: Types, Storing & Traversal | upGrad blog
Graphs in Data Structure: Types, Representation, Operations
Java Graph Tutorial - How To Implement Graph Data Structure In Java
.net - Is there any graph data structure implemented for C# - Stack Overflow
Implementing a Graph :: Data Structures in C#
Programmatically create graph data structure • Dot Net For All
Graph Data Structure in C# | BFS & DFS Code- Learn Coding from Experts
How to Represent a Graph in C# - DEV Community
Introduction to Programming with C# / Java Books » Chapter 17. Trees and Graphs
Introduction to Programming with C# / Java Books » Chapter 17. Trees and Graphs
How to use Graph and BFS in C#? - deBUG.to
Comparison between Adjacency List and Adjacency Matrix representation of Graph - GeeksforGeeks
Graph Representation: Adjacency Matrix and Adjacency List
Graph Theory Graph Representations - javatpoint
Graph in Data Structure and Algorithm | What is Graph in Data Structure?
Data Structures Tutorials-Graph Representations|Adjacency, Incidence Matrix, Adjacency List
Graph Representation Tutorials & Notes | Algorithms | HackerEarth
Graph representation in data structure - Quescol
Data Structures and Algorithms: Graph Representations
Graph in Data Structure | Learn the Terminologies and Basic Operations
Adjacency List (With Code in C, C++, Java and Python)
Graph Implementation – Adjacency List Java | TutorialHorizon
Adjacency List - Theory and Implementation in Java/C++ - JournalDev
Graphs in Java | Baeldung
Adjacency List Implementation in C# | Theory of Programming
Adjacency List Implementation in C Sharp (C#)
Graph Implementation in Java using Collections | Techie Delight
Java Program to Implement Adjacency List - Sanfoundry
AlgoDaily - Implementing Graphs: Edge List, Adjacency List, Adjacency Matrix - Why Graphs Again?
Graphs in Java: Representing Graphs in Code
C# it is important to know how to construct a graph using a hashmap - LeetCode Discuss
Graph Data Structure
Graph Class (Microsoft.VisualStudio.GraphModel) | Microsoft Docs
Introduction to Graphs :: Data Structures in C#
c# - Dependency Graph using Dictionaries and Lists - Stack Overflow
Generate a graph using Dictionary in Python - GeeksforGeeks
Python - Create a graph from a dictionary - Stack Overflow
Generate a graph using Dictionary in Python
Add and Remove vertex in Adjacency Matrix representation of Graph - GeeksforGeeks
Add and Remove vertex in Adjacency List representation of Graph - GeeksforGeeks
Graph and its representations - GeeksforGeeks
Graph Data Structures: Graphs Cheatsheet | Codecademy
Graph Implementation in C++ Using Adjacency List
algorithms - why adding a vertex in a graph represented using an adjacency matrix takes O(|v|^2) time complexity? - Software Engineering Stack Exchange
math - Treating a 1D data structure as 2D grid - Software Engineering Stack Exchange
Question
Time and Space Complexity of Adjacency Matrix and List | Baeldung on Computer Science
Graph Representation - javatpoint
algorithms - How an add vertex operation could be performed in constant time for a graph represented using adjacency list? - Software Engineering Stack Exchange
algorithm - Big O in Adjency List - remove vertex and remove edge(time complexity cost of performing various operations on graphs) - Stack Overflow
Time complexity of removing a vertex from a graph represented as collection of adjacency lists - Computer Science Stack Exchange
Implement adjacency list in directed graph using list in c# - Kalkicode
12.2 AdjacencyLists: A Graph as a Collection of Lists
Implementation of Graph in Java - Coding Ninjas CodeStudio
Graph Implementation in Java | DevGlan
Graph Implementation - Data Structures for Coding Interviews in Java
Given Graph - Remove a vertex and all edges connect to the vertex | TutorialHorizon
Implement Graph Using Map - Java | TutorialHorizon
Remove vertex | Examples & Query Patterns | AQL | ArangoDB Documentation
Question
What is an adjacency list?
Find if there is a path between two vertices in a directed graph - GeeksforGeeks
Graph traversal - Wikipedia
Depth First Search or DFS for a Graph - GeeksforGeeks
Data Structures Tutorials - DFS graph traversal | BFS
Data Structures Tutorials - BFS graph traversal | DFS
GRAPHS: basics, representation, traversals, and applications
19.3. Graph Traversals — OpenDSA Data Structures and Algorithms Modules Collection
Depth First Search (DFS) Algorithm
BFS Graph Algorithm(With code in C, C++, Java and Python)
Graph Traversal Technique in Data Structure - Quescol
BFS Algorithm - javatpoint
Graph Traversal · Data Structures
Graph Traversal
Graph traversals
Graph Implementation and Traversal Algorithms (Java) | Engineering Education (EngEd) Program | Section
Breadth First Search or BFS for a Graph - GeeksforGeeks
Difference between BFS and DFS - GeeksforGeeks
algorithm - Breadth First Search time complexity analysis - Stack Overflow
Question
Breadth First Search (BFS): Interview Questions and Practice Problems - InterviewBit
* Analysis of breadth-first search (article) | Khan Academy
Find the path between given vertices in a directed graph | Techie Delight

Hash Table

Hashing Data Structure - GeeksforGeeks
Hash Table Data Structure
Hash table - Wikipedia
Data Structure and Algorithms - Hash Table
Basics of Hash Tables Tutorials & Notes | Data Structures | HackerEarth
Hash Table - javatpoint
Hashing in Data Structure: Function, Techniques [With Examples] | upGrad blog
Hash Table/Hash Map Data Structure | Interview Cake
Hash Table Data Structure - Studytonight
C# Hashtable with Examples - GeeksforGeeks
C# Hashtable (With Examples)
Difference between Hashtable and Dictionary
Implementation of HashTable and Analysis on running time - Data Structure And Algorithms - C#,Java,C++ Programming - Dotnetlovers
Hash Tables tutorial (C#, C++, Java) – Bits and Pieces of Code
A Simple Hash Table Implementation :: Data Structures in C#
C# Hashtable with Examples
Hashtable in C# Real-time Examples - Dot Net Tutorials
Hashtable.cs source code in C# .NET
referencesource/hashtable.cs at master · microsoft/referencesource · GitHub
Hashing | Set 1 (Introduction) - GeeksforGeeks
Hashing | Set 2 (Separate Chaining) - GeeksforGeeks
Hashing | Set 3 (Open Addressing) - GeeksforGeeks
Hashing in c data structure | insert, delete, search element in hash table| collision in hashing
Hash Tables - Data Structures Handbook
Advantages and disadvantages of Hash Table | Practice | GeeksforGeeks
Question
Hash Table in Data Structure: Python Example
Pros & Cons of Hash Tables. Hash Tables are a type of data… | by Kaelyn Chresfield | Medium
Advantages of Hashing
PROGRAMMING BLOG BY RAJA GHOSH: ADVANTAGES AND DISADVANTAGES OF HASHING
Binary Trees vs. Linked Lists vs. Hash Tables | Baeldung on Computer Science
Hash Table vs. Balanced Binary Tree | Baeldung on Computer Science
Advantages of BST over Hash Table - GeeksforGeeks
Binary Search Tree vs Hash Table
Question
Hash table vs Binary search tree | Brack's Blog
Advantages of Binary Search Tree over Hash Table | Coding Ninjas Blog
Advantages of BST over Hash Table Advantages of BST over Hash Table
Hash table - Wikipedia
The hash table: finding hash values generated by the hash function more quickly - IONOS
PROGRAMMING BLOG BY RAJA GHOSH: ADVANTAGES AND DISADVANTAGES OF HASHING
Advantages and Disadvantages of Chaining - Delphi Data Structures
Hashing and Hash Tables - Delphi Data Structures - Delphi Power
What is the advantage of a hash table as a data structure? - Quora
algorithm - Why not use hashing/hash tables for everything? - Stack Overflow
What Are Hash Tables and Why Are They Amazing? | by Jonathan Hsu | Better Programming
Hash Tables: What is a Hash Table? | SparkNotes
HashSet in C# with Examples - GeeksforGeeks
HashSet<T> Class (System.Collections.Generic) | Microsoft Docs
HashSet<T>.Add(T) Method (System.Collections.Generic) | Microsoft Docs
HashSet<T>.Contains(T) Method (System.Collections.Generic) | Microsoft Docs
HashSet<T>.Remove(T) Method (System.Collections.Generic) | Microsoft Docs
HashSet<T>.RemoveWhere(Predicate<T>) Method (System.Collections.Generic) | Microsoft Docs
Understanding HashSet in C# with Examples | DotNetCurry
C# Dictionary
Dictionary<TKey,TValue> Class (System.Collections.Generic) | Microsoft Docs
Dictionary<TKey,TValue>.Add(TKey, TValue) Method (System.Collections.Generic) | Microsoft Docs
Dictionary<TKey,TValue>.ContainsKey(TKey) Method (System.Collections.Generic) | Microsoft Docs
Dictionary<TKey,TValue>.ContainsValue(TValue) Method (System.Collections.Generic) | Microsoft Docs
Dictionary<TKey,TValue>.Remove Method (System.Collections.Generic) | Microsoft Docs
Dictionary<TKey,TValue>.Remove Method (System.Collections.Generic) | Microsoft Docs
Dictionary<TKey,TValue>.TryGetValue(TKey, TValue) Method (System.Collections.Generic) | Microsoft Docs
Dictionary<TKey,TValue>.TryAdd(TKey, TValue) Method (System.Collections.Generic) | Microsoft Docs
SortedSet<T> Class (System.Collections.Generic) | Microsoft Docs
SortedSet<T>.Add(T) Method (System.Collections.Generic) | Microsoft Docs
SortedSet<T>.Contains(T) Method (System.Collections.Generic) | Microsoft Docs
SortedSet<T>.Remove(T) Method (System.Collections.Generic) | Microsoft Docs
SortedSet<T>.TryGetValue(T, T) Method (System.Collections.Generic) | Microsoft Docs
SortedSet in C# with Examples - GeeksforGeeks
SortedSet Class in C#
C# SortedSet Examples - Dot Net Perls
SortedSet<T>.Max Property (System.Collections.Generic) | Microsoft Docs
SortedSet<T>.Min Property (System.Collections.Generic) | Microsoft Docs
Sorted Data Structure in C#: An Introduction to SortedDictionary, SortedList, and SortedSet | by Fei Li | Medium
Comparative Analysis of List, HashSet and SortedSet
SortedDictionary<TKey,TValue> Class (System.Collections.Generic) | Microsoft Docs
SortedDictionary<TKey,TValue>.Add(TKey, TValue) Method (System.Collections.Generic) | Microsoft Docs
SortedDictionary<TKey,TValue>.ContainsKey(TKey) Method (System.Collections.Generic) | Microsoft Docs
SortedDictionary<TKey,TValue>.ContainsValue(TValue) Method (System.Collections.Generic) | Microsoft Docs
SortedDictionary<TKey,TValue>.Remove(TKey) Method (System.Collections.Generic) | Microsoft Docs
SortedDictionary Implementation in C# - GeeksforGeeks
What data structures the .NET collections use - Growing with the Web
c# - .Net Data structures: ArrayList, List, HashTable, Dictionary, SortedList, SortedDictionary -- Speed, memory, and when to use each? - Stack Overflow
c# sort dictionary internal structure - بحث Google
why use a SortedList<> as opposed to a list that you simply sort?
Time complexity overview: Dictionary classes
c# - Add to SortedSet<T> and its complexity - Stack Overflow
SortedSet<T>.Add(T) Method (System.Collections.Generic) | Microsoft Docs
C# Sortedset - By Microsoft Award MVP - c# - c# tutorial - c# net - Learn in 30sec | wikitechy
C# | Get the minimum value in the SortedSet - GeeksforGeeks
GameDevBlog: Sorted sets in C# and performance. A mystery remains.
.net - Performance: SortedDictionary vs SortedSet - Stack Overflow
Understanding the Sorted Set in C# - Follow the white rabbit Follow the white rabbit
C# SortedSet Examples
How C# built-in types are implemented internally? – Binary Notes
Collections and Data Structures | Microsoft Docs

Tree

Tree - javatpoint
Tree (data structure) - Wikipedia
Trees in Data Structrure | What is Trees in Data Structure?
Everything you need to know about tree data structures
Binary Tree Data Structure - GeeksforGeeks
Data Structure and Algorithms - Tree
Tree Data Structure
Tree Data Structure
Types of Trees in Data Structure | Know 6 Types of Trees in Data Structure
Trees in Data Structure Every Data Scientist Should Know About
4 Types of Trees in Data Structure Explained: Properties & Applications | upGrad blog
Types of Trees in Data Structure - The Crazy Programmer
Question
Tree Data Structures: Types, Properties, and Applications
Binary Tree | Set 3 (Types of Binary Tree) - GeeksforGeeks
Binary Tree | Types of Binary Trees | Gate Vidyalay
What is Tree in Data Structure? Explain different types of trees. « Online Class Notes
Differences Between Tree Structures | Baeldung on Computer Science
Different Types of Binary Tree with colourful illustrations | by Anand K Parmar | Towards Data Science
Types of Trees in Data Structures and Algorithms - YouTube
#019 [Data Structures] - Binary Tree,Types Of Binary Tree:Full,Complete,Perfect,Balanced,Adegenerate - YouTube
8 Useful Tree Data Structures Worth Knowing | by Vijini Mallawaarachchi | Towards Data Science
Applications of tree data structure - GeeksforGeeks
Binary Search Trees: BST Explained with Examples
Complexity of different operations in Binary tree, Binary Search Tree and AVL tree - GeeksforGeeks
Binary Tree Operations
Binary Tree in Data Structure
Tree Traversals (Inorder, Preorder and Postorder) - GeeksforGeeks
Level Order Binary Tree Traversal - GeeksforGeeks
Inorder Traversal | Practice | GeeksforGeeks
Data Structure & Algorithms - Tree Traversal
Tree Traversal - javatpoint
Tree Traversal
Data Structures Tutorials - Binary Tree Traversals | In-order, pre-order, post-order
Simplest Binary Tree Traversal trick for preorder inorder postorder - YouTube
Tree traversal - Wikipedia
Binary Search Tree Visualization
Brute Force - Binary Tree Traversal
Trees: Traversing a Binary Tree
4 Ways To Traverse Binary Trees (with animations!) - DEV Community
Breadth-first search - Wikipedia
Level Order Traversal of a Binary Tree :  Breadth First Search
Coderbyte | The #1 Coding Assessment Platform
The Practical Guide to Tree Traversal Algorithms - SDS Club
Algorithm for Traversal of a Binary Tree (Inorder, Preorder and Postorder) || CseWorld Online
Question
Why is the space complexity of a recursive inorder traversal O(h) and not O(n) - Stack Overflow
Tree Traversals Inorder Preorder and Postorder
Inorder Preorder Postorder Traversal Examples PDF | Gate Vidyalay
What is the time and space complexity of a breadth first and depth first tree traversal? - Stack Overflow
Question
algorithm - What is the time and space complexity of a breadth first and depth first tree traversal? - OStack Q&A-Knowledge Sharing Community
Iterative Deepening Search(IDS) or Iterative Deepening Depth First Search(IDDFS) - GeeksforGeeks
What is the time and space complexity of a breadth first and depth first tree traversal? | Newbedev
Why is the space complexity of depth-first search not expressed as O(n)? - Stack Overflow
Question
Iterative depth-first tree traversal with pre- and post-visit at each node | Newbedev
Depth First Search in Java | Baeldung
Inorder Tree Traversal – Iterative and Recursive – Techie Delight
PepCoding | Iterative Depth First Traversal
Binary Search Tree - GeeksforGeeks
Binary search tree - Wikipedia
Binary Search Tree
Binary Search Tree - javatpoint
Searching in Binary Search Tree - javatpoint
Binary search tree — Isaac Computer Science
Binary Search Tree In Java - Implementation & Code Examples
Insert a node in Binary Search Tree Iteratively - GeeksforGeeks
Binary Search Tree Iterative Insert | Delft Stack
Binary Search Tree | Delft Stack
Binary Search Algorithm | What is Binary Search? - Great Learning
Question
What is a Binary Search Tree?
Question
Space complexity of iterative vs recursive - Binary Search Tree - Stack Overflow
Question
Space Complexity of searching in a Search Tree - Analysis - YouTube
iterative or recursive to implement a binary search tree? - Stack Overflow
Insertion in a BST – Iterative and Recursive Solution – Techie Delight
Search a given key in BST – Iterative and Recursive Solution – Techie Delight
Question
Deletion from BST (Binary Search Tree) – Techie Delight
www.mathcs.emory.edu/~cheung/Courses/171/Syllabus/9-BinTree/BST-delete2.html
www.mathcs.emory.edu/~cheung/Courses/171/Syllabus/9-BinTree/BST-delete.html
Delete a binary tree – Iterative and Recursive – Techie Delight
How to delete a Node in a Binary Search Tree - Gontu Series
Binary Search Tree: Introduction, Operations and Applications
Applications of BST - GeeksforGeeks
Question
Binary Search Tree (BST): Introduction, Operations and Applications - Data Structures Using C - Teachics
Applications of binary search trees. - general - CodeChef Discuss
Cpt S 122 Data Structures Templatized Tree Nirmalya
Binary Search Trees Chapter 7 Objectives - ppt video online download
Self-balancing binary search tree - Wikipedia
Balanced Binary Tree
Balanced Binary Tree - LeetCode
Balanced Binary Search Tree - javatpoint
What is a Balanced Binary Tree and How to Check it? - JournalDev
Balanced Binary Tree Leetcode Solution - TutorialCup
Why is it important that a binary tree be balanced? - Stack Overflow
Question
Why do Binary Search Trees Have to be Balanced?
Self-Balancing Binary Search Trees 101 | by Vijini Mallawaarachchi | Towards Data Science
CS241: Data Structures & Algorithms II
Different Self Balancing Binary Trees
AVL Tree: A tree that can stay balanced by rotating
AVL Tree - javatpoint
AVL Tree
AVL Tree | Set 1 (Insertion) - GeeksforGeeks
AVL Trees: Rotations, Insertion, Deletion with C++ Example
AVL Tree - Insertion, Deletion and Rotation with Python Code | FavTutor
AVL Tree (with Java Code) - HappyCoders.eu
Binary Search Tree (with Java Code) - HappyCoders.eu
AVL Trees : Insertion, Deletion and Analysis
Guide to AVL Trees in Java | Baeldung
AVL Tree program in Java - Javatpoint
8.17. AVL Tree Implementation — Problem Solving with Algorithms and Data Structures using C++
Binary tree node keeping reference to its parent - Stack Overflow
Time complexity for balancing an unbalanced binary tree - Computer Science Stack Exchange
Binary Search tree vs AVL tree - javatpoint
Binary Search Tree vs AVL Tree: Data Structure - Tutorial And Example
Binary search tree over AVL tree - Stack Overflow
Java67: Difference between Binary Tree, Binary Search Tree, Balanced Tree (AVL and Red Black Tree)?
Red–black tree - Wikipedia
Red-Black Tree | Set 1 (Introduction) - GeeksforGeeks
Red-Black Tree
Data Structures and Algorithms: Red-Black Trees
DAA Red Black Tree - javatpoint
Red/Black Tree Visualization
Red-Black Tree | Brilliant Math & Science Wiki
Data Structures Tutorials - Red - Black Tree with an example
What is a red-black tree?
Red Black Trees
Red Black Trees · Data Structures and Algorithms
CSC378: Red-Black Insertion
Red Black Tree: Deletion
A Red-Black Tree Implementation with Provable Properties
Red-black trees in 4 minutes — The basics - YouTube
Red Black Tree 1 The Rules - YouTube
Red Black Trees 2 Example of building a tree - YouTube
Splay Tree | Set 1 (Search) - GeeksforGeeks
Splay tree - Wikipedia
Data Structures Tutorials - Splay Tree with an example
Splay Trees
Splay Trees (with implementations in C++, Java, and Python) | Algorithm Tutor
Splay Tree - javatpoint
Splay Tree Data Structure | Theory and Visualization - YouTube
Splay Trees - YouTube
Splay Tree Introduction - YouTube
Visualization of Splay Tree - YouTube
Splay Trees
Definition: Splay tree
Splay Tree | Brilliant Math & Science Wiki
Splay Tree in Data Structure | Example of Splay Tree in Data Structure
26.3. The Splay Tree — All Data Structures and Algorithm Modules
Splay Trees : Splaying, Insertion and Deletion
4.5.1 Search, Insert, Delete in Bottom-up Splaying
Splay Tree
Splay Tree
Splay tree - Growing with the Web
Treap (A Randomized Binary Search Tree) - GeeksforGeeks
Treap - Wikipedia
Treap Data Structure – Techie Delight
Implementation of Treap Data Structure (Insert, Search, and Delete) – Techie Delight
Treap / Randomized cartesian tree
CS241: Data Structures & Algorithms II
Heap (data structure) - Wikipedia
Heap Data Structure
Heap Data Structure - javatpoint
Heaps/Priority Queues Tutorials & Notes | Data Structures | HackerEarth
Introduction to Heap Data Structure
Heap vs Binary Search Tree | Baeldung on Computer Science
Data Structures & Algorithms in Swift, Chapter 22: The Heap Data Structure | raywenderlich.com
Heap Data Structure | Types of Heap Data Structure
Heap Data Structure - Studytonight
Introduction to Heaps in Data Structures
Heaps | Brilliant Math & Science Wiki
Max Heap and Min Heap
Data Structures 101: How to build min and max heaps
Heap Data Structure | Binary Heap | Examples | Gate Vidyalay
Heap Operations | Max Heap Operations | Examples | Gate Vidyalay
Binary Heap - GeeksforGeeks
7.10. Binary Heap Implementation — Problem Solving with Algorithms and Data Structures
Your complete guide to Heap data structure! - DEV Community
Heap Data Structure Tutorial with Examples
Search an element in a heap - Stack Overflow
Searching through a heap complexity - Computer Science Stack Exchange
Complexity analysis of various operations of Binary Min Heap - GeeksforGeeks
Question
PPT - What is a heap? PowerPoint Presentation - ID:4246757
Binary heap - Wikipedia
Time and Space Complexity of Heap data structure operations
Is Heap considered an Abstract Data Type? - Stack Overflow
Applications of Binary Tree
Applications of Binary Trees
Priority queue - Wikipedia
Priority Queue Data Structure
Priority Queue | Set 1 (Introduction) - GeeksforGeeks
DS | Priority Queue - javatpoint
Priority Queue in Data Structure: Characteristics, Types & Implementation | upGrad blog
Priority Queue in Data Structure: Implementation & Types by Simplilearn
Priority Queues
Introduction of B-Tree - GeeksforGeeks
B-tree - Wikipedia
B Tree - javatpoint
B-tree
Difference between Binary tree and B-tree - GeeksforGeeks
Difference Between B-tree and Binary tree (with Comparison Chart) - Tech Differences
Binary Tree vs B Tree - javatpoint
B-tree vs. Binary Tree - Open4Tech
What is the advantage of B-tree over binary search tree? | Develop Paper
Analysis of Algorithms: Lecture 16
B-Tree
Data Structures Tutorials - B Tree of order m | Example
B-Tree : Searching and Insertion
B TREE in Data Structure: Search, Insert, Delete Operation Example
Using External Searching & B-Trees in Memory Management | Study.com
B-Tree Tutorial - An Introduction to B-Trees - YouTube
www.mathcs.emory.edu/~cheung/Courses/554/Syllabus/3-index/B-tree=search.html
CS241: Data Structures & Algorithms II
B tree implementation?
GitHub - CodeExMachina/BTree: In-memory B-Tree implementation for C#
btree-dotnet/BTree at master · rsdcastro/btree-dotnet · GitHub
12.6. B-Trees — CS3 Data Structures & Algorithms
Insertion into a B-tree
Insert Operation in B-Tree - GeeksforGeeks
B+ Tree : Search, Insert and Delete operations
Lecture 10 - Insertion into a B-tree
B-tree Data Structure | Baeldung on Computer Science
Delete Operation in B-Tree - GeeksforGeeks
Deletion from a B-tree
B-Tree Deletion
www.mathcs.emory.edu/~cheung/Courses/554/Syllabus/3-index/B-tree=delete.html
B Trees – All you need to know about deleting keys | Vijini Mallawaarachchi
Lecture 10 - Deleting a Value From a B-Tree
B+ Tree Deletion | Definition | Algorithm with Examples
Detailed explanation of inserting and deleting pictures and texts of B-tree and B+ tree-turn - Katastros
B Tree in Data Structure - Scaler Topics
Deletion in B-Tree in Java | Data Structure | Prepinsta
Difference between B tree and B+ tree - GeeksforGeeks
The Difference Between B-trees and B+trees | Baeldung on Computer Science
What are the differences between B trees and B+ trees? - Stack Overflow
B Tree And B+ Tree Data Structure In C++
Difference between B Tree and B+ Tree | B Tree vs B+ Tree.
Difference between B Tree and B+ Tree
B tree vs B+ tree - javatpoint
Haskell binary search tree with custom data - Stack Overflow
java - Adding custom objects to binary search tree - Stack Overflow
java - Traversing a BST holding custom objects - Stack Overflow
c# - Searching through Objects in binary tree with String parameters and generic type T - Stack Overflow
c# - How to store types, their subtype information all together in binary search tree data structure? - Stack Overflow
c# - Find value in binary search tree for arbitrary data type - Stack Overflow
c# - Binary Search Algorithm for Custom Class String List - Stack Overflow
c# - Searching through Objects in binary tree with String parameters and generic type T - Stack Overflow
c# - SortedSet - custom order when storing a class object - Stack Overflow
SortedSet<T> Constructor (System.Collections.Generic) | Microsoft Docs
Generic Binary Search Tree class written in C# - Code Review Stack Exchange
Generic Binary Search Tree With Keyed Values Using C#

Intro

Data Types and Data Structures ⋆ Mark McDonnell
Types of Data Structures - The Crazy Programmer
List of data structures - Wikipedia
Primitive Definition
Data Structure and Types
Data Types in Java Programming with Implementation Examples - TechVidvan
Java Variables and Data Types with Program Example - Simple Snippets
Data Types in java | Java Data Types | Example
Java Tutorials - Data Types | byte | short | String
Abstract data type - Wikipedia
Java Abstract Data Type - Getting One Step Ahead in your Java Journey - TechVidvan
Explanation of Abstract Data Types with Diagram and Example
Question
Abstract Data Types - GeeksforGeeks
Why Data Structures and Algorithms Are Important to Learn? - GeeksforGeeks
Question
8 Common Data Structures every Programmer must know | by Vijini Mallawaarachchi | Towards Data Science
Data Structures - GeeksforGeeks
Data structure - Wikipedia
Data Structures | DS Tutorial - javatpoint
Data Structures and Algorithms | Important of Data Structures
What is the importance of data structure?
Question
Importance of Data Structures and Algorithms | CodeChef
Main | CS 61B Spring 2021

LinkedList

Singly Linked List
Applications of Linked list
Applications of linked list data structure - GeeksforGeeks
Question
Applications of Linked Lists
Doubly Linked List | Set 1 (Introduction and Insertion) - GeeksforGeeks
Delete a node in a Doubly Linked List - GeeksforGeeks
Doubly Linked List - javatpoint
Linked List - javatpoint
Doubly Linked List | Data Structure Tutorial | Studytonight
Doubly Linked List (With code)
Data Structures Tutorials - Double Linked List with an example program
Doubly Linked List (Python Code with Example) | FavTutor
Doubly linked list - Wikipedia
Microsoft Word - lecture 08 Application of Linked Lists

Stack

Stack Data Structure (Introduction and Program) - GeeksforGeeks
Data Structure and Algorithms - Stack
Stack Data Structure and Implementation in Python, Java and C/C++
Stack Data Structure | Studytonight
Stack (abstract data type) - Wikipedia
Basics of Stacks Tutorials & Notes | Data Structures | HackerEarth
Stack — Isaac Computer Science
CS240: Data Structures & Algorithms I
Abstract data type - Wikipedia
FACE Prep | Land your dream Tech job with FACE Prep
Applications of Stack in Data Structure - javatpoint
DS Stack - javatpoint
Data Structures Tutorials - Stack Using Array with an example program
DS Array Implementation of Stack - javatpoint
Implementing Stack in C# - GeeksforGeeks
Stack In C#
Implement a stack using singly linked list - GeeksforGeeks
DS Linked List Implementation of Stack - javatpoint
Stack using Linked List | Data Structure Tutorial | Studytonight
Applications of Stack in Data Structure

English

Resources

TED: Ideas Worth Spreading

Ch_01_Intro

Topic Vocabulary 📚 | Vocabulary | EnglishClub
English Vocabulary Lists and Topics - Woodward English
Topic Dictionaries at Oxford Learner's Dictionaries
Words by Theme : Vocabulary Word Lists : Vocabulary : English
English Flashcards - English word games - Learn English
ESL Flashcards for learning English vocabulary
English vocabulary flashcards for kids | LearnEnglish Kids - British Council
العناصر التي تتكون منها اللغة بالترتيب | المرسال
عناصر اللغة - موضوع
ما هي مكونات اللغة؟ / الثقافة العامة | Thpanorama - تجعل نفسك أفضل اليوم!
ما هي مكونات اللغة؟ - علم - 2022
المهارات الأربع الأساسية في تعلم اللغات – LookinMENA
أهمية الأسلوب التكاملي في تعليم مهارات اللغة العربية | Kirembwe R.A.H | 2 updates | Research Project
ماهي مهارات اللغة الأربع ؟
كيف تطور مهارات اللغة الإنجليزية | EF English Live Blog
دورات اللغة الإنجليزية عبر الإنترنت | تعلم الإنجليزية أونلاين | EF English Live
كيفية تقسيم الكلمة لمقاطع صوتية في اللغة الانجليزية | تعلم الانجليزية
الصوتيات الإنجليزية - تقسيم الكلمة إلى مقاطع | Word Stress | Syllables - فلونت | الإنجليزية بسهولة
كيفية تحديد عدد المقاطع في الكلمة الإنجليزية - English House
المقاطع اللفظية syllables | الراصد العربي
شرح تفصيلي لـــ syllables - منتديات سكاو
Syllables Skycoaster Game for 3rd grade and up: a free online English Language Arts learning game for desktop, laptop, tablet and mobile phone browser
في هذا الدرس سأريك كيف تتعرف على الشدة في الكلمات المختلفة و كيف تتدرب عليها
شرح طريقة تقطيع الكلمات الانجليزية المقاطع اللفظية syllables
(8) Syllables - YouTube
فـورڤو: دليلك لمعرفة طريقة نطق الكلمات. جميع الكلمات فى العالم منطوقة بواسطة متحدثين أصليين
Randall's ESL Cyber Listening Lab - English Listening
The Importance of Conversation | Rossman School
The Importance of English Conversation | Sydney Language Solutions
The Importance of Conversational English
The importance of speaking English - Conversation classes at GSE
5 Reasons Why Conversation Practice Is Key to Learning a Language | Learnlight
20 Benefits of Conversation — Awkward Silence
Question
محادثة بالانجليزي بين شخصين | EF English Live
ما هي اهمية مهارات المحادثة في بناء وتطوير اللغة الانجليزية ؟ - مركز إكسلنس للتعليم وخدمات التدريب
نصائح لتطوير مهارات المحادثة بالإنجليزية ‹ GO Blog | EF Blog السعودية
A1-A2 vocabulary | LearnEnglish
أفضل 11 تطبيق تعلم اللغة الإنجليزية 2022 (أندرويد و IOS) - الرابحون
خيارات لأفضل تطبيق لغة انجليزية: دوولينجو - بابل وغيرها الكثير | ماي بيوت
أفضل 10 تطبيقات لتعلم اللغة الانجليزية فى 2022 جربهم الآن
أفضل 6 تطبيقات تعلم اللغة الانجليزية للأندرويد والآيفون - فهرس
تطبيقات مجانية | تطبيق Learn English Vocabulary
تعلم اللغة الإنجليزية | تطبيقات مجانية لتعليم اللغة من خلال الصور للأندرويد
7 Of The Best Apps For Learning English Vocabulary | Oxford House Barcelona
Get Wordy! The Top 8 English Vocabulary Android Apps | FluentU English
Vocabulary.com - Learn Words - English Dictionary
أفضل تطبيقات تعلم الانجليزية
افضل التطبيقات لتعلم اللغة الإنجليزية لعام 2022
تطبيقات تعلم الإنجليزية | افضل 13 تطبيق لتعلم اللغة الإنجليزية للمبتدئين من الصفر - إدراك
English Vocabulary in Use | Cambridge University Press Spain
English Vocabulary in Use Upper-intermediate
تحميل PDF: أروع كتاب يتضمن أهم 3000 كلمة في اللغة الإنجليزية للمبتدئين
تحميل كتاب أهم 5000 كلمة انجليزية مترجمة pdf
تحميل قاموس عربى انجليزي حسب الموضوعات pdf - bookpdf1
تحميل قاموس انجليزي عربي pdf مجانا لتعلم اللغة الانجليزية
قاموس انجليزي عربي pdf : قاموس اكسفورد أفضل قاموس مصور على الإنترنت | منصة اجتهاد
Arabic vocabulary - Learn vocabulary online for free through your native language - with 50LANGUAGES

Ch_02_Words

4 - Transportation

وسائل النقل بالانجليزي
وسائل النقل بالانجليزي – لاينز
الدرس السادس: وسائل النقل ، قاعدة حروف الجر by , on , in - ENGLIZO - إنجليزو
وسائل النقل/ تعلم الانجليزية مع الصوت - English 100
Pin on ESL Board
Speaking vocabulary interactive worksheet
VOCABULARY – Trasnportation I & II – ENGLISH – Your Way!
3D Rendering of a Truck a Van and a Lorry Against a White Background Stock Illustration - Illustration of object, cargo: 83946496
Truck - Wikipedia
How to Talk About Transport and Driving in English - Spoken English Lesson - YouTube
How to Talk about Transport in English - Intermediate Level English
How to Talk about Public Transport in English - Man Writes
Talk About Transport and Driving - Video - Oxford Online English
Talking About Transportation Vocabulary and Expressions - Learn English By Pocket Passport
Easy Conversations about Transportation For ESL Students - ESLBuzz Learning English
Transportation and Vehicles Vocabulary Words in English • 7ESL
أسماء وسائل النقل بالإنجليزية مع الترجمة والنطق بالعربية - الإنجليزية بالعربي
تعلم كلمات اللغة الإنجليزية التي تعبر عن المواصلات
Transport announcements | LearnEnglish
Transport in English for primary: free vocab list with audio
Means of transport in English for secondary| free vocabulary
وسائل المواصلات (كاملة) || عربي/انجليزي || Transportation - 1000 كلمة
Listening Tests and Worksheets: Transportation
Trains and travel | LearnEnglish Teens - British Council
Listen A Minute: English Listening Lesson on Transportation
محادثة انجليزية مترجمة مقارنة وسائل المواصلات المحادثات الانجليزية

1 - Body

اسماء اعضاء الجسم بالانجليزي والعربي بالصور و مترجم
أجزاء الجسم باللغة الإنجليزية | EF English Live
اسماء اعضاء الجسم بالانجليزي - Learn English with Omnia
Question
اسماء اعضاء الجسم بالانجليزية مترجمة بالعربية (مع الصور وطريقة النطق) - تعلم اللغة الانجليزية
اعضاء الجسم بالانجليزي بشرح مميز و عالمي
اجزاء جسم الانسان بالانجليزي - Read English 1
المفردات الإنجليزية لجسم الإنسان
Find if there is a path between two vertices in an undirected graph - GeeksforGeeks
Parts of the body أعضاء الجسم باللغة الانجليزية - YouTube
Parts of the body أعضاء الجسم بالانجليزيه للاطفال - YouTube

2 - Kitchen

كلمات انجليزية تحتاج اليها في المطبخ مع اللفظ والترجمة
ادوات المطبخ بالانجليزي - كلمات و جمل عن المطبخ في الانجليزية - 110 كلمة انجليزية
المفردات الإنجليزية للمطبخ
مفردات الطبخ والمطبخ بالإنجليزية مترجمة للعربية - الإنجليزية بالعربي
YouTube

3 - Sports

اسماء بعض الرياضات بالإنجليزية مع الصور Sports in English - YouTube
الرياضة بالانجليزية - YouTube
جمل عن الرياضة بالانجليزي - مقال
المفردات الإنجليزية للرياضة والألعاب
المفردات الإنجليزية
مفردات الالعاب الرياضية باللغة الانجليزية | تعلم الانجليزية
مصطلحات كروية باللغة الإنجليزية - إنفوجرافيك | Kaplan Blog
قاموس الكلمات الانجليزية عن كرة القدم
مصطلحات كرة القدم باللغة الإنجليزية(Football terms in English) - الإنجليزية
مصطلحات كرة القدم بالانجليزية - تعلم اللغة الانجليزية
جميع الكلمات العامية التي ستحتاجها بخصوص كرة القدم ‹ GO Blog | EF العربية
YouTube
Soccer positions info - مراكز كرة القدم - YouTube
اسماء مراكز لاعبي كرة القدم بالانجليزي
Football - Players & their Positions
Soccer Positions: The Numbers, Player Roles & Basic Formations | PRO TIPS by DICK'S Sporting Goods
Positions of Players on a Soccer Field Illustrated
Soccer Formations 11v11 - Soccer Formations 9v9 - Soccer How To
اسماء الالعاب الرياضية بالانجليزي - sports in English - YouTube

Time and Date

Writing the Date | Vocabulary | EnglishClub
الوقت والتاريخ في اللغة الانجليزية بشكل مبسط جدا - YouTube
كيف تقرأ الساعة في اللغة الانجليزية؟ الساعة كام بالانجليزي؟ - YouTube
How to say the DATE in English Woodward English
كيف تخبر التاريخ في الانجليزية قواعد اللغة الانجليزية
كتابة التاريخ باللغة الإنجليزية | EF English Live
تعلم نطق أيام الاسبوع بالانجليزية Days of the week - YouTube
تعلم نطق شهور السنة بالانجليزية Months of the year - YouTube
نطق الشهور بالانجليزي | مي جمال - YouTube
التاريخ بالانجليزي قراءة و كتابة | Date - YouTube
كيف أقرأ التاريخ بالإنجليزية؟ - YouTube

Numbers

Numbers 1 to 100 Counting Chart | English for Kids | Kids | EnglishClub
Numbers in English | EF | Global Site
سلسة اتعلم ازاى تتكلم حلقة (35)" How to pronounce "sixth - YouTube
English numerals - Wikipedia
Number Names 1 to 1000 - Spelling, Numbers in Words 1-1000
Numbers and counting in English
How to say the YEAR in English Woodward English
How to say years in English - Listen and Pronounce - ESL learners
Pronunciation and spelling of the years in English
How to Say Big Numbers | English Language
Saying large numbers in English
كيفية نطق الأرقام البسيطة في الإنجليزية - YouTube
تعلم كتابة وقراءة الأرقام الانجليزية من الصفر للمليار Unit 1, 7 - YouTube
| ازاي تقرأ الارقام الكبيرة باللغة الانجليزية | Big numbers in English - YouTube

Vegetables

الخضر باللغة الانجليزية Vegetables in English - YouTube
الخضر باللغة الانجليزية Vegetables in English - YouTube
Learn English Listening Practice Online : Food - YouTube
Fruit or vegetable Listening - YouTube
Let's Talk About Vegetables! | English Vocabulary for ESL | Kindergarten | Preschool | Flashcards - YouTube
Conversation at the Vegetable Market - Between customer and green grocer - YouTube
learn english conversation: Fruits and Vegetables - YouTube
Shopping at the vegetable market - English Conversation | Grocery store | How to buy vegetables | - YouTube
Vegetable Vocabulary | Easy English Conversation Practice | ESL. - YouTube
Week 9 Conversation Vegetables - YouTube
Grade 1 English Conversation Fruits & Vegetables - MEP - YouTube
Vegetables listening tests and worksheets
Sound Grammar 1-2 Likes
Vegetables - ESL Lesson Plan - Breaking News English Lesson
Breaking News English | Listening | Vegetables
Conversation: 10. Vegetables
Conversation Between Vegetable Seller and Customer | General, Funny and Dialogue Conversation Between Vegetable Seller and Customer - A Plus Topper
A dialogue between two friends about the vegetable | Englishfor2day
Vegetables questions - بحث Google‏
Ultimate Vegetable Quiz Questions and Answers (2021 Quiz)
Fruits & Vegetables - All Things Topics

Family

شجرة العائلة بالانجليزية مع صورة تعليمية عالمية مبسطة
اسماء افراد الاسرة ( العائلة ) بالانجليزي | English 100
كلمات انجليزية ومعانيها
أسماء أفراد العائلة بالانجليزي والعربى بالصور فى شجرة العائلة

Fruits

الفواكه بالإنجليزي .. كلمات وجمل عن الفواكه بالإنجليزي | Kaplan Blog
اسماء فواكه بالانجليزي بالصور وشرح اكثرمن مفيد
أسماء الفواكه بالانجليزية Fruits in English | تعلم لغتك!
أسماء الفواكه بالانجليزي مع اللفظ والترجمة
جميع اسماء الفواكه بالانجليزية والعربية مع الصور - تعلم اللغة الانجليزية

Home

أجزاء و أغراض المنزل في اللغة الانجليزية -
أجزاء المنزل بالانجليزي في درس بسيط للغاية لاتفوته
اجزاء المنزل بالانجليزي | المرسال
كورس شامل لتعلم اللغة الانجليزية من الصفر للمبتدئين كورس كامل من البداية الى الاحتراف : الحلقة 4 - YouTube
كلمات انجليزيه عن المنزل Home Vocabulary - YouTube
مفردات المنزل باللغة الانجليزية House vocabulary - YouTube
تعلم اللغة الانجليزية أدوات المطبخ باللغة الانجليزية - YouTube
مفردات الحمام بالإنجليزية مترجمة للعربية مع النطق - الإنجليزية بالعربي
تعلم كلمات انجليزي مع الصور والترجمة | BATHROOM VOCABULARY | مصطلحات في الحمام | Learn to English - YouTube
تعلم الانجليزية الامريكية( bathroom tools )أدوات الحمام بالصوت والصورة مع كتابة الكلمات - YouTube
Bathroom Vocabulary مفردات الحمام باللغة الإنجليزية - YouTube
أدوات و أغراض الحمام باللغة الانجليزية Bathroom items in English
جميع مفرات الحمام The Bathroom وادواته في اللغة الانجليزية

School

مفردات المدرسة بالإنجليزية مع النطق - الإنجليزية بالعربي
مصطلحات و مفردات فى المدرسة باللغة الانجليزية At school in English
الأدوات المدرسية بالإنجليزية📒 والعربية School supplies 📒 - YouTube
تعلم مفردات المدرسة - قائمة كلمات المدرسة بالانجليزي - تعلم اللغة الانجليزية - School words in English
المفردات الإنجليزية للتعليم
اسماء الادوات المدرسية بالانجليزية مع الصور - English 100
الادوات المدرسية بالإنجليزية | تعلم اللغة الانجليزية مجانا
تعلم ادوات مدرسية بالانجليزية في شرح جميل جدا
School supplies flashcards
School tools for learning Clipart Image
اسماء الادوات المدرسية ب اللغة الانجليزية / school supplies - YouTube
أسماء المواد الدراسية بالانجليزي /✍✍📚 School subjects - YouTube
المواد الدراسية باللغة الانجليزية - school subjects - YouTube
Unit1: School Parts Staff Tools .. in English..أماكن المدرسة اشخاص و ادواتها بالانجليزية..مترجمة - YouTube

Jobs

المهن باللغة الانجليزية Jobs in English - YouTube
Jobs & Occupations Names Part 1 أسماء المهن و الوظائف بالإنجليزية ( الجزء 1 ( - YouTube
أسماء المهن و الوظائف باللغة الإنجليزية | EF English Live
أسماء الوظائف والمهن بالإنجليزية مع النطق الصحيح - الإنجليزية بالعربي
تحميل كتاب ألمهن و الوظائف بالانجليزية pdf - مكتبة نور

Animals

الحيوانات باللغة الانجليزية Animals in English - YouTube
كورس شامل لتعلم اللغة الانجليزية من الصفر للمبتدئين كورس كامل من البداية الى الاحتراف : الحلقة 6 - YouTube

DevOps

Jenkins

What is Jenkins? | Jenkins For Continuous Integration | Edureka
What is Jenkins? Why Use Continuous Integration (CI) Tool?

Intro

What is DevOps? - Amazon Web Services (AWS)
DevOps - Wikipedia
What is DevOps? DevOps Explained | Microsoft Azure
What is DevOps? | Atlassian
What Is DevOps - Explained | New Relic
What Is DevOps? | the agile admin
Developer vs. DevOps roles: What's the difference?
Difference between Software Engineer and DevOps Engineer - GeeksforGeeks
DevOps vs Software Engineers. What is the difference ? - Chubby Developer
DevOps vs Software Engineer: What's the Difference?
What is DevOps? - Amazon Web Services (AWS)
What is the Definition of DevOps?
ماهو نموذج DevOps؟ دليل المبتدئين لفهم DevOps لعام 2020 | Rokkey
What is the difference between Dev and DevOps? | Udacity
Question
DevOps Lifecycle - javatpoint
DevOps Tutorial - javatpoint
Understanding the DevOps Process Flow | Lucidchart Blog
Devops Tools of the Trade
DevOps Lifecycle: Everything About DevOps Lifecycle Phases | Edureka
Full Stack Coders Vs DevOps Developers- Whom to Hire for Your Next Project? | Hacker Noon
Ultimate guide to CAMS Model in DevOps
CALMS: A Principle-based DevOps Framework
Using CALMS to Assess an Organization's DevOps - DevOps.com
What is the DevOps CALMS Model? - Kanban Zone Blog
Moving to A Cloud DevOps Culture – The CALMS Framework
Building a DevOps culture | Atlassian
DevOpsCulture
5 key characteristics of a successful DevOps deployment - Ciena
7 Key Principles for a Successful DevOps Culture
Assess DevOps Structure through CALMS | SoftServe
Download our diagram CALMS Model of DevOps | DevOpsGroup
What does the C in CALMS really mean? #DevOps | DevOpsGroup
DevOps is still not just about the tools – DanielStocker.Net
DevOps | eCloudvalley | AWS Premier Consulting Partner
CALMS Framework | Atlassian
The Three Ways: The Principles Underpinning DevOps - IT Revolution
The Three Ways - How DevOps Helped Me Do Laundry - Freshservice Th..
Three Ways: A Principle-based DevOps Framework
The three ways of DevOps practice | Accenture
What are The Three Ways? Three principles that built DevOps
The Three Ways - the DevOps Principles and Why Other Teams in a Company Could Benefit from Them
The Three Ways of DevOps - DEV Community
What Is DevOps? | DevOps Methodology & Principles Explained | Edureka
DevOps Lifecycle: Different Phases of DevOps Lifecycle Explained | upGrad blog
What is DevOps Lifecycle? | How to manage yours - Cuelogic Technologies Pvt. Ltd.
What is DevOps Lifecycle? Devops Lifecycle Phases Plan & Measure
DevOps Tools for each phase of the DevOps lifecycle
Lifecycle of DevOps - Part 2 - Tech Blost
Why is DevOps the Future of Software Production Cycles?
Question
The Different Phases in the DevOps Lifecycle - QARA Enterprise Blog
What is CI/CD?
CI/CD - Wikipedia
Continuous integration vs. continuous delivery vs. continuous deployment
Dev Leaders Compare Continuous Delivery vs. Continuous Deployment vs. Continuous Integration – Stackify
What's the Difference Between Continuous Integration, Continuous Deployment and Continuous Delivery? - Semaphore
Continuous Delivery vs. Continuous Deployment: What’s the Difference
Continuous Delivery vs. Continuous Deployment: An Overview - DZone Agile

Containers

Docker

Docker Swarm

What is Docker Swarm? | Sumo Logic
Simplifying the mystery: When to use docker, docker-compose, docker swarm and Kubernetes | TechRepublic
Docker Compose vs Docker Swarm
When to use Docker-Compose and when to use Docker-Swarm - Stack Overflow
Docker Compose vs Docker Swarm | What are the differences?
Docker compose vs swarm? - General Discussions - Docker Community Forums
Question
Question
Question

Docker Volume

Use volumes | Docker Documentation
Guide to Docker Volumes | Baeldung
Understanding Docker Volume: Persisting a Grafana Configuration File — Data Machines Corp.

Push Image To Registry

Share the application | Docker Documentation

DockerFile and DockerCompose

How to Create a Docker Image From a Container | Scalyr
Create a base image | Docker Documentation
Sample application | Docker Documentation
Update the application | Docker Documentation
Creating a Docker Image for your Application | Stereolabs
Docker Build: A Beginner’s Guide to Building Docker Images – Stackify
Dockerize an ASP.NET Core application | Docker Documentation
Containerize an app with Docker tutorial - .NET | Microsoft Docs
How to Create Docker Images for ASP.NET Core -
Build and run an ASP.NET Core app in a container
Getting Started with DockerFile for Asp.Net Core - DEV Community
What is the WORKDIR command in Docker?
What is the point of WORKDIR on Dockerfile? - Stack Overflow
What is "/app" working directory for a Dockerfile? - Stack Overflow
Docker - WORKDIR Instruction - GeeksforGeeks
Understanding The Dockerfile
Best practices for writing Dockerfiles | Docker Documentation
Dockerfile: main commands and instructions - DEV Community
Understanding Dockerfile - DZone Cloud
A Beginner’s Guide to Understanding and Building Docker Images
What is a Dockerfile: A Step-by-Step Guide - Updated 2021 | Simplilearn
Docker Basics: How to Use Dockerfiles – The New Stack
Dockerfile tutorial by example - basics and best practices [2018]
How YOU can Dockerize a .Net Core app
How YOU can Dockerize a .Net Core app
Run And Test ASP.NET Core Web API Docker Container Locally
10 commands you don't want to be without in .Net Core
dotnet build vs publish on Azure DevOps - Stack Overflow
dotnet build command - .NET CLI | Microsoft Docs
Step by step: Building custom ASP.NET Core containers with Docker | Pluralsight
How YOU can Dockerize a .Net Core app
Dockerizing ASP.NET Core Application With Dockerfiles - Code Maze
ASP.NET Core Development with Docker - .NET Guide
Build a Simple .NET Core App on Docker | Okta Developer
Add Docker to an ASP .NET Core Microservice | Programming With Wolfgang
Tinkerer - How to Dockerize an ASP.NET Core Application with Azure Pipelines
Adding Docker to the ASP.NET Core Angular Template - Espresso Coder
Docker for .NET Developers (Part 2) - Steve Gordon - Code with Steve
Docker for .NET Developers (Part 1) - Steve Gordon - Code with Steve
Creating A .NET 5 ASP.NET Core App Running In Docker On A Mac | Keeping Up To Date
Creating a generalised Docker image for building ASP.NET Core apps using ONBUILD
Docker: Optimize ASP.NET Core SPA container with Visual Studio | Vivien Fabing’s blog
Building a Full-Stack Container Setup with ASP.NET Core and Docker Compose
Use Docker Compose | Docker Documentation
Overview of Docker Compose | Docker Documentation
What is Docker Compose: Example, Benefits and Basic Commands
Docker - Compose
What's the difference between SDK and Runtime in .NET Core? - Stack Overflow
Difference Between .NET SDK And .NET Runtime – Learn IT And DevOps Daily
Top 52 .NET Core Interview Questions And Answers | FullStack.Cafe
What's the difference between SDK and Runtime in .NET Core?_mob6047570116b7的技术博客_51CTO博客
.NET introduction and overview | Microsoft Docs
.NET SDK overview | Microsoft Docs
Dockerize an ASP .NET Core Microservice and RabbitMQ | Programming With Wolfgang
Run IIS + ASP.NET on Windows 10 with Docker
Dockerfile to build IIS + nanoserver + ASP.NET core · GitHub
Best Practice to use IIS and asp.net core web application On Docker Container? - Stack Overflow
RabbitMQ in an ASP .NET Core 3.1 Microservice | Programming With Wolfgang
RabbitMQ Producer with Docker in .NET - DEV Community
Get Started with RabbitMQ 3: Multi-Container App | by Changhui Xu | codeburst
GitHub - suadev/docker-workshop-with-react-aspnetcore-redis-rabbitmq-mssql: An Asp.Net Core Docker workshop project that includes react ui, redis, mssql, rabbitmq and azure pipelines
Microservices - Development with Docker Compose - How to Cook Microservices

What is a Container? | App Containerization | Docker
Docker overview | Docker Documentation
What is Docker? | IBM
What is Docker? The spark for the container revolution | InfoWorld
What Is Docker & Docker Container | A Deep Dive Into Docker | Edureka
What are containers and why do you need them? | CIO
What is a Docker Image? Introduction and use cases
What is Docker? | AWS
What is Docker Used For? A Docker Container Tutorial for Beginners
What is Docker? | Microsoft Docs
What is Docker? {How IT Works and What Is It Used For}
What are Containers? – Benefits and Use Cases | NetApp
A practical guide to containers
What are containers? | IBM
Container Definition
What are containers in programming?

Back-End

Advance Topics and Best Practices

Real Time Apps

Introduction to the Real-time Transport Protocol (RTP) - Web APIs | MDN
websocket - What are the realtime communication protocols available for the web? - Stack Overflow
WebSocket - Wikipedia
XMPP - Wikipedia
WebRTC - Wikipedia
Data Distribution Service - Wikipedia
[MS-OCSPROT]: Real-Time Protocols | Microsoft Learn
Real-Time Communication Over Web Applications | by Alex Z Mcginnis | Medium

Asynchronous Communications

RabbitMQ

Tutorials

Networking

Connections — RabbitMQ
Networking and RabbitMQ — RabbitMQ

Persistence

Persistence Configuration — RabbitMQ
RabbitMQ, backing stores, databases and disks | RabbitMQ - Blog
Backup and Restore — RabbitMQ
How does RabbitMQ actually store the message physically? - Stack Overflow
Lazy Queues — RabbitMQ
What's new in RabbitMQ 3.6.0 | RabbitMQ - Blog
docker - What kind of data structure message in disk when RabbitMQ store with persistent mode? - Stack Overflow
RabbitMQ Durable Queue: A Comprehensive Guide 101 - Learn | Hevo
What is the backing store used for persistent messages in RabbitMq - Stack Overflow
spring - Does rabbitmq delete messages from physical storage - Stack Overflow
apache kafka - which location store the data in rabbitmq and which file format? - Stack Overflow
amqp - Question about rabbitmq message persistence mechanism - Stack Overflow
Queues — RabbitMQ

amqp protocol

AMQP 0-9-1 Model Explained — RabbitMQ
Which protocols does RabbitMQ support? — RabbitMQ
Understanding AMQP, the protocol used by RabbitMQ
AMQP - the Advanced Message Queuing Protocol - CloudAMQP
FAQ: What is AMQP and why is it used in RabbitMQ? - CloudAMQP
Getting started with AMQP and RabbitMQ
Home | AMQP
Difference between AMQP and HTTP protocols - GeeksforGeeks
Introduction to RabbitMQ | Baeldung
What are the differences between AMQP and HTTP?
What is AMQP Protocol ❓ All you need to know
AMQP
Overview of AMQP 1.0 in Azure Service Bus - Azure Service Bus | Microsoft Learn
AMQP vs HTTP - DEV Community 👩‍💻👨‍💻
A Comparative Evaluation of AMQP, MQTT and HTTP Protocols Using Real-Time Public Smart City Data | IEEE Conference Publication | IEEE Xplore
Cloud Messaging Protocol: AMQP vs HTTP - The Iron.io Blog
api - Microservices REST or AMQP, which case - Software Engineering Stack Exchange
AMQP vs. HTTP
Advanced Message Queuing Protocol - Wikipedia

Understanding RabbitMQ Queue & Messaging Simplified 101 - Learn | Hevo
What is RabbitMQ? - The Iron.io Blog

Docs

RabbitMQ Tutorials — RabbitMQ
Messaging that just works — RabbitMQ
Documentation: Table of Contents — RabbitMQ
What can RabbitMQ do for you? — RabbitMQ

CloudAMQP

Part 1: RabbitMQ for beginners - What is RabbitMQ? - CloudAMQP
Part 2: RabbitMQ for beginners - Sample code - CloudAMQP
Part 3: The RabbitMQ Management Interface - CloudAMQP
Part 4: RabbitMQ Exchanges, routing keys and bindings - CloudAMQP

Courses

Welcome - RabbitMQ Training Course
Course Introduction - RabbitMQ Training Course
RabbitMQ Cookbook.pdf Download ( 288 Pages | Free )
Practical MongoDB: Architecting, Developing, and Administering MongoDB Download ( 263 Pages | Free )
PDF Drive - Search and download PDF files for free.

General

ASP.NET Core Performance Best Practices | Microsoft Learn

Stream

Live Streaming

The 6 Best Video Streaming Protocols and Streaming Formats | Dacast
The Top 6 Streaming Protocols for Live Broadcasting | Dacast
Video Streaming Protocols - What Are They & How Do They Work? - CDNetworks
Everything You Need to Know About Video Streaming Protocols
Streaming Protocols: Everything You Need to Know | Wowza
UDP vs. TCP and Which One to Use for Video Streaming | Wowza
UDP Vs TCP Which One Is Better for Streaming? - Muvi One
networking - TCP vs UDP on video stream - Stack Overflow
android - Whether use TCP or UDP for video streaming on local network? - Stack Overflow
Question
Question

Uploading and Download File

How does HTTP file upload work? - Stack Overflow
HTTP/REST API File Uploads
How to Multipart File Upload Using FormData with HTML | refine
How to upload a file with HTTP Request - POST method - How to - Built.io Flow Docs
How do you upload your files to a web server? - Learn web development | MDN
html - What does enctype='multipart/form-data' mean? - Stack Overflow
HTML form enctype Attribute
Sending form data - Learn web development | MDN
Question
Understanding HTML Form Encoding: URL Encoded and Multipart Forms - DEV Community 👩‍💻👨‍💻
c# - Uploading and Downloading large files in ASP.NET Core 3.1? - Stack Overflow
Efficiently Streaming Large HTTP Responses With HttpClient | Tugberk @ the Heart of Software
How to download large file (>300mb) via .net core 3.1 API? - Microsoft Q&A
How to download files from ASP.NET Core MVC
Stream large content from ASP.NET Core
Downloading large files bypass browser cache system or load to memory. #9561 | Asp.Net Zero Support
FileManager - How to download large file using Web API | DevExpress Support
C# Azure File Service: Streaming Download Large File to the Local Filesystem
https://dejanstojanovic.net/aspnet/2018/march/download-file-in-chunks-in-parallel-in-c/
Downloading Large Files (4.7GB) with MVC - CPU 100%
Uploading and Downloading large files in ASP.NET Core 3.1?
Unable to download large file (Via byte[] or stream) · Issue #25 · arivera12/BlazorDownloadFile · GitHub
c# - How to stream with ASP.NET Core - Stack Overflow
Request and Response operations in ASP.NET Core | Microsoft Learn
Streaming a response in .NET Core WebApi | Dogs Chasing Squirrels
Return File in ASP.NET Core Web API - Code Maze
Streaming APIs In ASP.NET Core
ASP.NET Core Web API–Returning a FileStream – Darchuk.NET
Streaming Zip on ASP.NET Core
HTTP Range Requests and Partial Responses With ASP.NET Core | Khalid Abuhakmeh
c# - ASP.NET Core API Endpoint which delivers a Stream instead of big JSONArray - Stack Overflow
ASP.NET Framework Returning Large Response - Microsoft Q&A
ASP.​NET Core in .NET 6 - Async streaming
Stream large content from ASP.NET Core
Large JSON Array Streaming in ASP.NET Web API - CodeProject
An example of streaming a large array of objects in JSON via ASP.NET Web API. · GitHub
Streaming large blobs through ASP.NET | ticehurst.com
High-Performance, Stream-Based Communication Between Services with NET 5 and gRPC | Gökhan Gökalp
Streaming Content in ASP.NET Core
Streaming data using Web API · GuvBlog
.NET Core MVC Application File Upload To Physical Location With Streaming Technique(Useful For Large Files) - Part 1
Asp.Net Core 5 API Web upload large file in streamed mode like WCF - Stack Overflow
c# - Uploading Large FIles (Over 4GB) ASP .NET CORE 5 - Stack Overflow
Upload Large Files To MVC / WebAPI Using Partitioning
.net - return a large file in my ASP.Net Web API Controller - Stack Overflow
c# - Downloading large files in ASP.NET Core 2.1 - Stack Overflow
c# - ASP.NET Core Stream/load large video files to front without having memory overflows or temp files in - Stack Overflow
Getting Data in Chunks From ASP.Net Server
ASP.NET Core request chunking
Transfer-Encoding - HTTP | MDN
Chunked transfer encoding - Wikipedia
HTTP Chunked Encoding | HttpWatch
Sending an HTTP request or response with chunked transfer-coding - IBM Documentation
How HTTP Chunked Encoding was killing a request - Maarten Balliauw {blog}
All About HTTP Chunked Responses - CodeProject
How HTTP Chunked Encoding Was Killing a Request - DZone Web Dev
Chunked encoded POSTs - Everything curl
What Is HTTP Chunked Encoding? How Is It Used? | bunny.net
HTTP Streaming (or Chunked vs Store & Forward)
Chunked Requests · Unfiltered
Serving video file / stream from ASP Net Core 6 Minimal API - Microsoft Q&A
Asynchronous Live Video Streaming Web API In .NET Core 3.1 – The Code Hubs
arsanjani/Video-Stream: Fast HTTP Video Streaming Web API in ASP.NET MVC | C# | SQL Server FileStream
ASP.NET Web API 2 video streaming – edwindeloso
C# – Streaming videos with ASP.NET Core 3 – iTecNote
C# - Video File Streaming - HackMD
Streaming videos with ASP.NET Core 3 - PeakU
Using Streams with HttpClient to Improve Performance and Memory Usage
Question
Stream live with Media Services by using .NET 5.0 - Azure Media Services | Microsoft Learn
ardacetinkaya/WebCam-Streaming: Web-cam live streaming with websockets and SignalR with ASP.NET Core just for fun and to learn new things. 😀👨🏻‍💻
file - Return PDF to the Browser using ASP.NET Core - Stack Overflow

Storing images in a database versus a filesystem - Stack Overflow
Question
asp.net mvc - Should I store images in my database or file system in this application? - Software Engineering Stack Exchange
database - Storing Images : DB or File System - - Stack Overflow
asp.net - Store pictures as files or in the database like MSSQL for a web app? - Stack Overflow
Best Database for Storing Images | Key Value Data Store
medium.com
[Solved] Storing Images : DB or File System - | 9to5Answer
Question
Redis: in-memory data store. How it works and why you should use it
Redis for caching image files – iTecNote
Amazon S3 vs Redis | What are the differences?
Different between Redis and Amazon S3 - Stack Overflow
SQL-IIS, Fastest way to return an image: from the file system or database - Microsoft Q&A
How To Optimize Images for Web and Performance 2022
5 Best Practices Of Image Management - ImageKit.io
medium.com
How to Easily Optimize Images for Web (without Losing Quality)
Best Practice in Storing images - Microsoft Q&A
c# - Performance of Image loading - Stack Overflow
File.ReadAllBytes() Method in C# with Examples - GeeksforGeeks
File.ReadAllBytes(String) Method (System.IO) | Microsoft Learn
.net - Best way to read a large file into a byte array in C#? - Stack Overflow
arrays - C# File.ReadAllBytes() Only reads first 9k bytes - Stack Overflow
c# - How do I use File.ReadAllBytes In chunks - Stack Overflow
C# File.ReadAllBytes, Get Byte Array From File - Dot Net Perls
c# - Splitting a file into chunks and reading their bytes - Stack Overflow
FileStream Class (System.IO) | Microsoft Learn
Basics of FileStream in C# - GeeksforGeeks
C# FileStream - read & write files in C# with FileStream
C# FileStream Tutorial with Programming Example
How To Read A Text File In C#
c# - System.IO.File.ReadAllBytes for file larger than 2GB - Stack Overflow
.net - Reading large text files with streams in C# - Stack Overflow
C# .Net: Fastest Way to Read Text Files - The Curious Consultant
c# - Slice a list into batches based on byte size - Stack Overflow
c# - What's the fastest way to read a text file line-by-line? - Stack Overflow
c# - Open and read thousands of files as fast as possible - Stack Overflow
How to read an entire file to a string using C#? - Stack Overflow
C# StreamReader - reading text files in C# with StreamReader
c# - What is the difference between Read() and ReadBlock() calls on TextReader? - Stack Overflow
C# StreamReader Code Examples
C# FileStream, StreamWriter, StreamReader, TextWriter, TextReader Class
c# - Read from StreamReader in batches - Stack Overflow
c# - FileStream Read/Write method's limitation - Stack Overflow
Streams and its purpose in .Net - Stack Overflow
c# - What does stream mean? What are its characteristics? - Stack Overflow
How to Master the Filestream in C# | Okta Developer
File I/O with Streams - Part 1 - An Excerpt from Inside C#, Second Edition | Developer.com
System.IO.FileStream Class
Streams In C#
Stream in C# Tutorial: StreamReader & StreamWriter [Example]
C# Stream
C# Files & Directories
Stream Class (System.IO) | Microsoft Learn
Working With Stream .NET(C#) - Dot Net For All
MemoryStream - The complete C# tutorial
How to stream to a file in C#? - Josip Miskovic
Streams and Byte Streams in C#
C# Tutorial "Files and Directories" : Using Streams | .NET Academy
C# Language Tutorial => Using Streams
C# Streams tutorial - binary streams in C#
C#. Stream concept. Stream architecture in C#. Basic storage streams. Streams with decorators. Adapters streams. | BestProg
Using a Stream Extension Method to Read Directly from a Stream into a String | no dogma blog
.net - What is the default buffer size for StreamWriter - Stack Overflow
c# - File I/O with streams - best memory buffer size - Stack Overflow
Reference Source
Streams — RabbitMQ
c# - Limiting a stream size - Stack Overflow
StreamReader.Read Method (System.IO) | Microsoft Learn
c# - Why set a bufferSize in the FileStream ctor, if we set it later when reading? - Stack Overflow
.NET MemoryStream - Should I set the capacity? - Stack Overflow
C# StreamWriter Buffer Size Does Not Work - Stack Overflow
c# - FileStream constructor and default buffer size - Stack Overflow
c# - What defines the capacity of a memory stream - Stack Overflow
C# FileStream : Optimal buffer size for writing large files? - Stack Overflow
c# - Is the size of Stream in memory the same as the size of the image? - Stack Overflow
c# - How to calculate the size of the file before saving it to the disk from the stream? - Stack Overflow
Difference between Buffer & Stream in C# - Stack Overflow
c# - Handling big file stream (read+write bytes) - Stack Overflow
c# - Increase Speed for Streaming Large(1-10 gb) files .Net Core - Stack Overflow
c# - Best way to read specific length of bytes from a stream? - Stack Overflow
Stream.Read Method (System.IO) | Microsoft Learn
c# - What are the default values for StreamReader? - Stack Overflow
c# - Datatypes for MemoryStream.Capacity vs MemoryStream.Length - Stack Overflow
c# - Streaming large video files .net - Stack Overflow
how to send a large file to the ASPNET Response stream - OutofMemory
Uploading large file, how to stream data? - .NET Core - ServiceStack Customer Forums
Memory Stream With Large Files | C# Developer Community
Sending Large Files Over A Network Socket Using C#
FileStream - Read or Write Data Streams
FileStream.Read Method (System.IO) | Microsoft Learn
FileStream Class in C# with Examples - Dot Net Tutorials
FileStream Constructor (System.IO) | Microsoft Learn
Type: System.IO.FileStream
FileStreamOptions.BufferSize Property (System.IO) | Microsoft Learn
StreamReader.ReadBlock Method (System.IO) | Microsoft Learn
c# - File System Read Buffer Efficiency - Code Review Stack Exchange
C# – FileStream constructor and default buffer size – iTecNote
Set StreamWriter buffer size : Stream « File Stream « C# / C Sharp
C# FileStream : Optimal buffer size for writing large files?
C# FileStream : Optimal buffer size for writing large files? - TouSu Developer Zone-Ask and Answer for Developer
Sequential File Programming Patterns and Performance with .NET - Microsoft Research
[Solved]-C# FileStream : Optimal buffer size for writing large files?-C#
http - Large file upload though html form (more than 2 GB) - Stack Overflow
They all shall pass: a guide to handling large file uploads | Uploadcare Blog

Working With a Huge or Big Data : Database - Download-Upload a huge Files

Bulk Operations Using Entity Framework Core
asp.net - How to export large data to Excel - Stack Overflow
Example of streaming Excel to browser for download - ASP.NET
Reading Excel Files In C# .NET - .NET Core Tutorials
Uploading excel data to sql database in asp.net application
.Net Core: Import (Insert) Excel file data into Database ASP.Net Core MVC
Import large amounts of data from Excel file into SQL Server using .NET Core and Angular - Stack Overflow
Bulk Insert in EF Core Tutorial
The Best Way To Import Data From Excel To SQL Server via ASP.NET
Import (Upload) Data from Excel to SQL Server using SqlBulkCopy in C# Asp.net – Vb.Net
Scalable and Performant ASP.NET Core Web APIs: Importing Data | Building SPAs
Upload files in ASP.NET Core | Microsoft Docs
Upload files in ASP.NET Core | Microsoft Docs
c# - Export to Excel as a background task in MVC 5 - Stack Overflow
Uploading Large Files in ASP.Net Core - CoreProgram
c# - Truly unbuffered file uploads in ASP.NET Core? - Stack Overflow
Streaming Vs. Buffered Results With Entity Framework Core 5 | Khalid Abuhakmeh
Efficient Querying - EF Core | Microsoft Docs
File Upload Insights And Upload Single Or Multiple Files In ASP.NET Core Razor Pages
ASP.NET Core Web API Performance - Throughput For Upload And Download - Thinktecture AG
c# - Upload large file async without disposing it - Stack Overflow
c# - How to send progress success message after every bulk operation in asp.net Core - Stack Overflow
ERR_EMPTY_RESPONSE when processing a large number of files in ASP.Net using C# - Stack Overflow
signalr - How to Import excel file in background and get the report once file is uploaded? - Stack Overflow
performance - In asp.net-mvc, what is the correct way to do expensive operations without impacting other users? - Stack Overflow
How to run Background Tasks in ASP.NET - Scott Hanselman's Blog
Upload file uploaded via HTTP to ASP.NET further to FTP server in C# - Stack Overflow
c# - Need an ASP.NET MVC long running process with user feedback - Stack Overflow
c# - Streaming an in-memory generated file in ASP.NET Core - Stack Overflow
ASP.NET Core Performance Best Practices | Microsoft Docs
ASP.NET Core Performance Best Practices | Microsoft Docs
c# - Entity framework large data set, out of memory exception - Stack Overflow
Out of memory exception when adding data to the database using...
[SOLVED] => Exception of type 'System.OutOfMemoryException' was thrown
How To handle Huge Data sets in C# and Entity Framework. | by Praveen Sambu | Medium
c# - How entity framework works for large number of records? - Stack Overflow
[SOLVED] => How entity framework works for large number of records?
[SOLVED] => How to avoid memory overflow when querying large...
c# - Best way to handle large data in entity framework - Stack Overflow
c# - How to retrieve(get) huge amount of data using linq(Entity Framework 5) with faster time - Stack Overflow
c# - Entity Framework Core traverse big blob data without memory overflow, best practice - Stack Overflow
asp.net - Linq to entity performance issues with large set of data - Stack Overflow
sql - Entity Framework slow with large datasets - Stack Overflow
c# - Entity Framework efficient use on large datasets - Stack Overflow
c# - EF 5 large data load strategy - Stack Overflow
c# - How to Bulk Update records in Entity Framework? - Stack Overflow
parsing - How to handle large amounts of data in C#? - Stack Overflow
How To Scroll And View Millions Of Records
Big Memory .NET Part 1 – The Challenges in Handling 1 Billion Resident Business Objects
Question
C# Big Data Question : r/csharp
How do you handle a large amount of data in C#? – IT-QA.COM
Why Use MongoDB And When To Use It? | MongoDB
Databases Vs. Data Warehouses Vs. Data Lakes | MongoDB
Sending HTML Form Data in ASP.NET Web API: File Upload and Multipart MIME - ASP.NET 4.x | Microsoft Docs

Validation

asp.net - Special Characters with Data Annotation MVC4 - Stack Overflow
Arabic letters & English letters only regular expression No Numbers ? | The ASP.NET Forums
regex - Regular Expression not to allow numbers - just Arabic letters - Stack Overflow
ASCII Vs UNICODE - GeeksforGeeks
c# - Validation in Domain Driven Design - Stack Overflow
c# - Where should I put a unique check in DDD? - Stack Overflow
Always-Valid Domain Model · Enterprise Craftsmanship
Validator.ValidateObject Method (System.ComponentModel.DataAnnotations) | Microsoft Docs
c# - How to manually validate a model with attributes? - Stack Overflow
How to Validate String Properties in Business Objects
Modern validation patterns in C# - МенторМейт България
Validating business logic in C# with specification pattern | by Henrique Dal Bello | Training Center | Medium
Validation using the Chain of Responsibility Pattern | by Ben Seager | Level Up Coding
Rules Design Pattern. Refactoring complex conditional… | by Sasha Mathews | Level Up Coding
Using the Builder Pattern for Validation - The Long Walk
Business Logic Validation and the Decorator Design Pattern
c# - What design pattern to use for validating data and creating an object - Stack Overflow
Specification Design Pattern in Automated Testing
CQRS vs Specification pattern · Enterprise Craftsmanship
RuleSets — FluentValidation documentation
c# - FluentValidation Call RuleSet and Common Rules - Stack Overflow
How to use FluentValidation in ASP.NET Core Apps (.Net 6)
Apply same validation rules on different classes with FluentValidation – LockTar’s Blog
domain driven design - DDD Using Specification pattern for Validation - Stack Overflow
A framework for Validation and Business Rules
Validation in a Domain Driven Design - Stack Overflow
c# - Specification Pattern vs (Fluent) Validation - OStack Q&A-Knowledge Sharing Community
regex - Regular expression to allow spaces between words - Stack Overflow

Elastic Search

Ch-03-Search

Search API | Elasticsearch Guide [8.4] | Elastic
Query string query | Elasticsearch Guide [8.4] | Elastic
Simple Full-Text Search with ElasticSearch | Baeldung
Beginner's guide to understanding the relevance of your search with Elasticsearch and Kibana - DEV Community 👩‍💻👨‍💻
Chapter 4. Searching your data · Elasticsearch in Action
Elasticsearch Tutorial - Power Up Your Searches | Edureka

ch-01-intro

What is Elasticsearch? | Elastic
Elasticsearch: What it is, How it works, and what it’s used for - Knowi
Welcome to Elastic Docs | Elastic
Uses of Elasticsearch, and Things to Learn | Elastic Blog
What are some use cases for using Elasticsearch versus standard sql queries? - Stack Overflow
mongodb - Why use ElasticSearch with Mongo? - Stack Overflow
When to use Elasticsearch - BlueGrid : BlueGrid
What is Elasticsearch and how can it be helpful ? - Maruti Techlabs
Elasticsearch: Meaning, Components and Use Cases | Thirdock Techkno
Elasticsearch Tutorial: Top 5 Elasticsearch Use Cases | Sigma Data Systems
Getting started | Elasticsearch .NET Client [8.4] | Elastic
Introduction | Elasticsearch .NET Client [8.4] | Elastic
Installation | Elasticsearch .NET Client [8.4] | Elastic
Elastic Installation and Upgrade Guide [8.4] | Elastic
Overview | Elastic Installation and Upgrade Guide [8.4] | Elastic
Installing the Elastic Stack | Elastic Installation and Upgrade Guide [8.4] | Elastic
Installing Elasticsearch | Elasticsearch Guide [8.4] | Elastic
Run Elasticsearch locally | Elasticsearch Guide [8.4] | Elastic
Elasticsearch Architecture: 7 Key Components
Elasticsearch 101: Fundamentals & Core Components
Different Elasticsearch components and what they mean in 5 mins
What is Elastic Stack (ELK Stack) - TechTarget.com
The Complete ELK Stack Tutorial: What is the ELK Stack?
The Complete ELK Stack Tutorial: What is the ELK Stack?
What is Elastic Stack and Elasticsearch? - GeeksforGeeks
The ELK stack
What is Elasticsearch? – Amazon Web Services
What is Logstash? – Amazon Web Services
ELK Stack Tutorial: What is Kibana, Logstash & Elasticsearch?
The Elastic Stack and its components: Elasticsearch, Kibana, Logstash and Beats. — Quintagroup
Scalability and resilience: clusters, nodes, and shards | Elasticsearch Guide [8.4] | Elastic
What’s new in 8.4 | Elasticsearch Guide [8.4] | Elastic
Install Elasticsearch with .zip on Windows | Elasticsearch Guide [8.4] | Elastic
Beginner's guide to Elasticsearch - DEV Community 👩‍💻👨‍💻
Downloading Elasticsearch and Kibana(macOS/Linux and Windows) - DEV Community 👩‍💻👨‍💻
java - How does elasticsearch store data - Stack Overflow
Apache Lucene - Apache Lucene Core
Question
10 Elasticsearch Concepts You Need to Learn | Logz.io
ElasticSearch explained | Components, usage and benefits
What Is Elasticsearch: Getting Started Tutorial for Beginners - Sematext
How Elasticsearch Stores Data - Alibaba Cloud
Elasticsearch Document - Structure, Examples & More
How Elasticsearch Transforms Data | ObjectRocket
CUBRID Foundation: Blog - Our Experience of Creating Large Scale Log Search System Using ElasticSearch
What Is Elasticsearch Inverted Index - Alibaba Cloud
How the Inverted Index and Scoring Work in ElasticSearch
How the Inverted Index and Scoring Work in ElasticSearch
medium.com
What happens when a document is indexed in Elasticsearch? | by Arun Mohan | elasticsearch | Medium
Elasticsearch Inverted index(Analysis): How to create inverted index and how inverted index is stored in segments of Shards (Elasticsearch and Kibana Devtool) - DevInline - Tech Blog
python - How are inverted index stored? - Stack Overflow
Dive into ElasticSearch. This article will help you to get 95%… | by Ihor Kopanev | Towards Data Science
Are all fields indexed in Elasticsearch? – Tech Notes Help
Tuning Elasticsearch Index Settings for Logs | Cash App Code Blog
What Is Elasticsearch | MentorMate
Indexing and Searching Arbitrary JSON Data using Elasticsearch - smnh
Elasticsearch index field types
Use SQL To Query Multiple Elasticsearch Indexes | Dremio
Elasticsearch index management | giffgaff.io
Question
full text search - hash index vs inverted index - Stack Overflow
Indexing for Beginners, Part 3 | Elastic Blog
Inverted Index: a simple yet powerful data structure · Evance
How does an Elasticsearch index of documents become an inverted index? - Stack Overflow
What is an Elasticsearch Index? | Elastic Blog
java - What is an index in Elasticsearch - Stack Overflow
All About Elasticsearch Algorithms and Data Structures | Elastic
How to Index Elasticsearch - Dattell
Searching all fields - Elastic Stack / Elasticsearch - Discuss the Elastic Stack
Create index API | Elasticsearch Guide [8.4] | Elastic
java - how indexes are stored in elasticsearch - Stack Overflow
elasticsearch - How indexing work for dictionary in Elastic Search? - Stack Overflow
Elasticsearch database: Where does elasticsearch store data? - Stack Overflow
Question
Search multiple data streams and indices | Elasticsearch Guide [8.4] | Elastic
Esrally search in multiple indexes simultaneously by executing multiple search quires… | by Sameera De Silva | Medium
Searching Multiple Indices and Types in Elasticsearch | Software Engineering
How to set up an index alias that points to multiple indices in Elasticsearch - DEV Community 👩‍💻👨‍💻
Installing Elasticsearch | Elasticsearch Guide [8.4] | Elastic
How to install and configure Elasticsearch - UpCloud
Install Kibana on Windows | Kibana Guide [8.4] | Elastic
Install Kibana on Windows | Kibana Guide [7.17] | Elastic
(1) how to install elasticsearch - YouTube

ch-02-CRUD Operations in Elasticsearch

Elasticsearch Guide [8.4] | Elastic
Information out: search and analyze | Elasticsearch Guide [8.4] | Elastic
Elasticsearch Architecture - javatpoint
CRUD Operations and Sorting Documents in ElasticSearch
7 Elasticsearch Basic CRUD Operation Examples – Index, Update, Get and Delete
Performing CRUD operations with Elasticsearch & Kibana - DEV Community 👩‍💻👨‍💻
A Basic CRUD Operation Demo On Elasticsearch Using Kibana
How To Interact with Data in ElasticSearch Using CRUD Operations | DigitalOcean
Deployment CRUD operations | Elasticsearch Service Documentation | Elastic
Index API | Elasticsearch Guide [8.4] | Elastic
Are there downsides of indexing every field in Elasticsearch index? - Stack Overflow
Elasticsearch - check which all fields are indexed in an index? - Stack Overflow
how to index for specific fields of documents using elasticsearch - Stack Overflow
List all fields in an elasticsearch index? - Stack Overflow
Data in: documents and indices | Elasticsearch Guide [8.4] | Elastic
Everything you need to know about index in Elasticsearch! | Aravind Putrevu
Elasticsearch Index - How to Create, Delete, List and Query Indices in
[Beginner's guide] Understanding mapping with Elasticsearch and Kibana - DEV Community 👩‍💻👨‍💻
medium.com
How is data organized in Elasticsearch(ES)? | by Priya Dhingra | Medium
How is data organized in Elasticsearch(ES)? | by Priya Dhingra | Medium
How to Prevent Indexing a Field in Elasticsearch Using Kibana | ObjectRocket
Elasticsearch data structure & changing mapping - Elastic Stack / Elasticsearch - Discuss the Elastic Stack
Do elasticsearch documents within a type have to have the same field structure - Stack Overflow
To Nest or Not to Nest: Choosing the Right Elasticsearch Index Data Structure | Dixa
medium.com
Elastic Search: What is inside?!. Many of us might have worked on Elastic… | by Vidisha Jitani | DataDrivenInvestor
Internal data structures of Elasticsearch | Alexander Holbreich
codingexplained.com
elasticsearch - Inverted index on a custom field - Stack Overflow
Question
Inverted_index - Elasticsearch 权威指南
Elasticsearch: Text vs. Keyword
Understanding Elasticsearch
Elastic Search Simplified: Part 1 | by Nitin Agarwal | Level Up Coding
Understanding mapping with Elasticsearch and Kibana - DEV Community 👩‍💻👨‍💻
Deep Dive into ElasticSearch
https://medium.com/@igorkopanev/a-brief-explanation-of-the-inverted-index-f082993f8605
A brief explanation of the Inverted Index | by Ihor Kopanev | Medium
Agilytic - Tech Talk: Searching in a large text field with Elasticsearch stored fields (Part 1)
Apache Lucene Inverted index Search engine indexing Data structure Apache Solr, Apache Lucenenet, angle, text, data Storage png | PNGWing
Introduction to Inverted Indexes - DEV Community 👩‍💻👨‍💻
Elasticsearch Storage Architecture using Inverted Indexes | Tutorials Eye
tf idf - Getting inverted index for indexed documents in Elasticsearch - Stack Overflow
Inverted Index - GeeksforGeeks
How fields are associtated with terms in inverted index in elasticsearch? - Stack Overflow
search engine - Does lucene traverse the whole inverted index when searching? - Stack Overflow
elasticsearch - Elastic Search : Does it maintain inverted and non inverted indexes both internally? - Stack Overflow
search - How does Lucene organize and walk through the inverted index? - Stack Overflow
Index segments API | Elasticsearch Guide [8.4] | Elastic
lucene - Understanding Segments in Elasticsearch - Stack Overflow
ElasticSearch Basics, Cluster, Lucene segments, request workflow | Level Up Coding
Elasticsearch from the Bottom Up, Part 1 | Elastic Blog
Elasticsearch from the Top Down | Elastic Blog
javascript - Elasticsearch string matching multiple fields in query - Stack Overflow
Combined fields | Elasticsearch Guide [8.4] | Elastic
Search in two fields on elasticsearch with kibana - Stack Overflow
elasticsearch - How can I index a field using two different analyzers in Elastic search - Stack Overflow
fields | Elasticsearch Guide [8.4] | Elastic
Maximum Sum Non Adjacent Elements | Dynamic Programming and Greedy | In English | Java | Video_17 - YouTube

Background Tasks

Web Workers

Web Workers API - Web APIs | MDN
What are web workers?
System Design — Distributed Job Scheduler | by Abhijit Mondal | Medium
Web-Queue-Worker architecture style - Azure Architecture Center | Microsoft Learn
Message queues : The right way to process and transform realtime messages | Ably Blog: Data in Motion
RabbitMQ tutorial - Work Queues — RabbitMQ
What is a Task Queue? | Temporal Documentation
Everything You Need To Know About Message Queues: A Complete Guide - DEV Community 👩‍💻👨‍💻
Implementing the Competing Queue Consumer Pattern with MuleSoft
Competing Consumers pattern - Azure Architecture Center | Microsoft Learn
Competing Consumers Pattern for Scalability - CodeOpinion
Enterprise Integration Patterns - Competing Consumers
The Producer Consumer Pattern
Understanding Solace Endpoints: Message Queue Access Types for Consumers – Netmetic
BackgroundWorker Class (System.ComponentModel) | Microsoft Learn
Asynchronous Web-Worker Model Using RabbitMQ in Java | Heroku Dev Center
Common Amazon SNS scenarios - Amazon Simple Notification Service

MultiThreading vs Queue

medium.com
Threads Vs Queues. And the story of scaling a… | by Omar Elgabry | OmarElgabry's Blog | Medium
multithreading - Why are message queues used insted of mulithreading? - Stack Overflow
multithreading - Message Queue VS Thread Pool - Stack Overflow
multithreading - Why are message queues used insted of mulithreading? - Stack Overflow
c# - Process queue with multithreading or tasks - Stack Overflow
multithreading - what are advantages of queue over multiple threads - Stack Overflow
python 3.x - Performance difference between multithread using queue and futures.ThreadPoolExecutor using list in python3? - Stack Overflow
Threads, Queues, and Concurrency
Multithreading and job queues – Daniele Carbone
Reading 20, Part 2: Message Passing with Threads & Queues
Concurrency by Tutorials, Chapter 3: Queues & Threads | raywenderlich.com
Handling the Queuing of Messages in a Multithreaded Program
multithreading - C# threading for processing message queue - Stack Overflow
java - Queue vs Threads - Software Engineering Stack Exchange
Sharing a queue among three threads - GeeksforGeeks
Multi Threading in C# - Working with Multi Channels - Thecodeprogram
objective c - What is the difference between 'thread' and 'queue' in iOS development? - Stack Overflow
c# - Preventing multiple threads from running same background process - Stack Overflow

Background Tasks vs Message Queue

Background Processing vs Message Queueing | Mike Perham
web services - When to use a message queue and when to use a cloud background-worker - Stack Overflow
java - Using a background thread vs. using a message queue - Stack Overflow
message queue - When to use - Delayed Job vs RabbitMQ - Stack Overflow
rest - How are background workers usually implemented for polling a message queue? - Stack Overflow
google app engine - Message Queue vs Task Queue difference - Stack Overflow
Message Queues, Background Processing and the End of the Monolithic App | Heroku
is there difference between messaging queue and task queue - Blind
middleware - What's the difference between a task queue and a message queue in RabbitMQ? - Server Fault
RabbitMQ Use cases: Explaining message queues and when to use them - CloudAMQP
Question
c# - Use two background service to produce and consume Channel for to cache messages - Stack Overflow
java - Would you use pub/sub or queues for long running background processes? - Stack Overflow
.net - Using RabbitMQ for Background Jobs? - Stack Overflow
Google App Engine - Task Queues vs Cron Jobs - Stack Overflow
Google I/O 2009 - Offline Processing on App Engine... - YouTube
java - Queues vs Explicit Background Threads in Microservices - Stack Overflow
.NET: Message Queue vs directly inserting into MongoDB - Stack Overflow
Using a Message Queue vs Background Processing. | Hacker News
medium.com
Background Job and Queue — Practical Use Cases | The Startup
medium.com
Background Job and Queue - Conceptual and Practical | The Startup
medium.com
Message queue and task queue. Consider that you are preparing for a… | by Hari Natrajan | Medium
Task Queue and Job Queue - Deep dive into Javascript Event Loop Model
Question
Question
Hangfire vs RabbitMQ | What are the differences?
Hangfire vs RabbitMQ anyting I should know before picking one for .net core 3.1 WebAPI? : r/dotnet
Hangfire vs Worker Service? : r/csharp
RabbitMQ VS Hangfire - compare differences & reviews?
RabbitMQ.NET vs Hangfire | LibHunt
hangfire recurring job long running, hangfire python, hangfire example, hangfire rabbitmq, .net core scheduler, hangfire check if recurring job is running,
12 reasons to use message queuing
Message Queues & You - 12 Reasons to Use Message Queuing
c# - Running a background task for sending emails when a user posts to a discussion board in ASP.NET CORE - Stack Overflow
c# - Send email async: An asynchronous module or handler completed while an asynchronous operation was still pending - Stack Overflow
android - ASP.NET MVC background work - Best practice - Stack Overflow
Ways for Running Background Process in Node JS using RabbitMQ | Node JS Background Thread Guide
Hangfire vs RabbitMQ.NET - compare differences and reviews? | LibHunt
HangfireIO/Hangfire.SqlServer.RabbitMq: Hangfire RabbitMQ Queues for SQL Server Storage
Background Tasks Resources
IBM MQ VS Hangfire - compare differences & reviews?
Push Notifications and ASP.NET Core - Part 4 (Queueing requesting delivery in background)
Sending Mail in Background with ASP.NET MVC — Hangfire Documentation
Implementing the Outbox Pattern Using Hangfire and MediatR CQRS Handlers - Fusonic
multithreading - Execute something which takes 5 seconds (like email send) but return with response immediately? - Stack Overflow
Advice/Warning on using Hangfire : r/dotnet
Hangfire in ASP.NET Core 3.1 – Background Jobs Made Easy : r/dotnet
Background jobs in ASP .NET Core made easy with Hangfire : r/csharp
Background jobs in ASP.NET Core made easy with Hangfire | Cross Cutting Concerns
Job scheduler which can handle thousands of jobs every X seconds : r/csharp
RabbitMQ integration for enqueuing jobs - question - Hangfire Discussion
Consuming message queues using .net core background workers – part 1: message queues - David Guida
Consuming message queues using .net core background workers – part 2: background workers - David Guida
Consuming message queues using .net core background workers – part 3: the code, finally - David Guida
Facebook
RabbitMQ Publish/Subscribe vs polling - Stack Overflow
RabbitMQ integration - question - Hangfire Discussion
NuGet Gallery | Hangfire.SqlServer.RabbitMQ 1.6.0
RabbitMqJobQueue, Hangfire.SqlServer.RabbitMQ C# (CSharp) Code Examples - HotExamples
I'm very well versed on RabbitMQ. We use it internally in a .NET codebase. Anyon... | Hacker News
Hangfire RabbitMQ Queues for SQL Server Storage - NuGet Must Haves Package
Use RabbitMQ to send emails in the background. - YouTube
c# - RabbitMQ for sending bulk emails - Stack Overflow
How to Set Up Message Queues for Asynchronous Sending | Mailgun
Emailing | Documentation Center | ABP.IO
c# - Sending Messages by rabbitMq - Stack Overflow
c# - Retrieving a stored email attachment as a byte[] from Rabbit MQ doesn't send email - Stack Overflow
medium.com
Get Started with RabbitMQ 2: Consume Messages Using Hosted Service | by Changhui Xu | codeburst
Consuming RabbitMQ Messages In ASP.NET Core
Integrating the RabbitMQ client in a .NET Core application
ASP.NET Core 6: Communication across the API Applications using RabbitMQ and Background Service
C# - Worker Services - Zone of Development
node.js - Solution for user-specific background job queues - Stack Overflow
ruby on rails - Practical use of delayed background job when dealing with many users - Stack Overflow
Web Application Architecture - Job/Task Queue needed? - Stack Overflow
High Availability by Offloading Work Into the Background — Infrastructure (2022)
Background job queues: When to use? When not to use? Which one to use? - Chat / Discussions - Elixir Programming Language Forum
Microservices in Go: Events and Background jobs using RabbitMQ
Background process image using RabbitMQ and ASP.Net Core 2.2 and ImageSharp – Tony's Tech & Language Blog
RabbitMQ tutorial - Work Queues — RabbitMQ
Background MQ Service | Documentation
Background MQ Service | Documentation
RabbitMq | ByteLanguage.Net
medium.com
Background Processing With RabbitMQ, Python, and Flask | by Naveed Khan | Better Programming
Background service to receive messages from AMQP messagebroker RabbitMQ - CUBA.Platform
Background service to receive messages from AMQP messagebroker RabbitMQ - CUBA.Platform
NodeJS : How To Run Background Process Using RabbitMQ? | Knowledge Base
c# - Setup Rabbitmq consumer in dotnet core by timed background task - Stack Overflow
c# - .NET Core 3.1 BackgroundService - Consume RabbitMQ and insert using EntityFrameCore - Stack Overflow
Using RabbitMQ in ASP.net core IHostedService - Stack Overflow
.Net Core BackgroundService for RabbitMQ.Client.Core.DependencyInjection - not possible to use other services or MediatR command - Stack Overflow
perl - Running RabbitMQ in background - Stack Overflow
multithreading - Android Background Service and Thread - Stack Overflow
Python background worker for RabbitMQ - Stack Overflow
c# - How to integrate a rabbitmq Client in a BackgroundService in a Xamarin Forms Android App? - Stack Overflow
asp.net - Long-running background tasks with progress notifications - Stack Overflow
c# - Proper way to initialize a background service in dot net core - Stack Overflow
Background tasks in ASP.NET Core | dotnetthoughts
Using Hangfire and MediatR as a Message Dispatcher - CodeOpinion
Distributed Applications with RabbitMQ and Redis - Part 1
Hangfire vs. Kafka for background processing? : r/csharp
How to use Hangfire Enqueue operation - dev - Virto Commerce
c# - What is the proper way to handle RabbitMQ events in a windows service? - Stack Overflow
lukebakken/rabbitmq-backgroundservice: https://stackoverflow.com/q/72480635/1466825
Create a Windows Service using BackgroundService - .NET | Microsoft Learn
Rabbitmq Subscribe to multiple services but consume it in a round robin fashion - Stack Overflow
medium.com
.NET Core and RabbitMQ. Discover RabbitMQ in .NET Core, how to… | by George Dyrrachitis | Medium
https://teamsmiley.github.io/2021/06/22/rabbitmq-dotnet-consumer-copy/
c# - How to properly implement kafka consumer as a background service on .NET Core - Stack Overflow
apache kafka - Background service blocks after await in ExecuteAsync in .Net Core 3.1 application - Stack Overflow
.net core - Best way to consume multi-service consumption model - Stack Overflow
.net core - Which is the best configuration for a Kafka consumer to increase throughput - Stack Overflow
Building Real Time Applications Using .Net Core And Kafka (Continuation)
medium.com
Building Real-time Streaming Applications Using .NET Core and Kafka | by Srinivasa | Medium

Php

How to execute a background process in PHP ? - GeeksforGeeks
Easy way to keep background PHP jobs alive - Algotech Solutions
php - Laravel 8, how to run a job (script) in the background? - Stack Overflow
Readerstacks - How to Run a Background Queue Job or Request in Laravel ?
Laravel Background Queue Job
Getting Started With Laravel Queues and Background Jobs | Programster's Blog
Handling Resource Intensive Tasks with PHP & Laravel | Toptal

Qurtaz.Net

Docs

Quartz.NET
Quartz.NET 3.x Tutorial | Quartz.NET
Using Quartz | Quartz.NET
Jobs And Triggers | Quartz.NET
Jobs And Triggers | Quartz.NET
More About Jobs & JobDetails | Quartz.NET
More About Jobs & JobDetails | Quartz.NET

Hangfire

Serialize Code

c# - Hangfire BackgroundJob.Enqueue and method serialization - Stack Overflow

Github

Hangfire/src/Hangfire.Core/Common at master · HangfireIO/Hangfire
Hangfire/RecurringJobScheduler.cs at master · HangfireIO/Hangfire
Hangfire/BackgroundJobServer.cs at master · HangfireIO/Hangfire
Hangfire/BackgroundJobServerOptions.cs at master · HangfireIO/Hangfire
HangfireIO/Hangfire: An easy way to perform background job processing in your .NET and .NET Core applications. No Windows Service or separate process required
Hangfire/BackgroundServerContext.cs at master · HangfireIO/Hangfire
Hangfire/RecurringJobManager.cs at master · HangfireIO/Hangfire
Hangfire/RecurringJob.cs at master · HangfireIO/Hangfire
Hangfire/BackgroundJobServerHostedService.cs at master · HangfireIO/Hangfire
Hangfire/HangfireServiceCollectionExtensions.cs at master · HangfireIO/Hangfire
Hangfire/DelayedJobScheduler.cs at master · HangfireIO/Hangfire
Hangfire/ServerWatchdog.cs at master · HangfireIO/Hangfire
Hangfire/IBackgroundProcess.cs at master · HangfireIO/Hangfire
Hangfire/BackgroundProcessingServerOptions.cs at master · HangfireIO/Hangfire
Hangfire/BackgroundProcessingServer.cs at master · HangfireIO/Hangfire
Hangfire/BackgroundJob.cs at master · HangfireIO/Hangfire
Hangfire/Worker.cs at master · HangfireIO/Hangfire
Hangfire/SqlServerJobQueue.cs at master · HangfireIO/Hangfire
Hangfire/SqlServerConnection.cs at master · HangfireIO/Hangfire
Hangfire/src/Hangfire.SqlServer at master · HangfireIO/Hangfire
Hangfire/BackgroundProcessDispatcherBuilder.cs at master · HangfireIO/Hangfire
Hangfire/BackgroundProcessDispatcherBuilderAsync.cs at master · HangfireIO/Hangfire
Hangfire/BackgroundProcessContext.cs at master · HangfireIO/Hangfire
Hangfire/BackgroundJobClient.cs at master · HangfireIO/Hangfire
Hangfire/BackgroundJobFactory.cs at master · HangfireIO/Hangfire
Hangfire/CoreBackgroundJobFactory.cs at master · HangfireIO/Hangfire
Hangfire/PerformContext.cs at master · HangfireIO/Hangfire
File Finder
Hangfire/StateMachine.cs at master · HangfireIO/Hangfire

Docs

Configuration

Using SQL Server with MSMQ — Hangfire Documentation
How MSMQ works with Hangfire. Can anyone explain the flow? - Stack Overflow

Background Methods

Passing arguments — Hangfire Documentation
Calling methods in background — Hangfire Documentation
Calling methods with delay — Hangfire Documentation
Performing recurrent tasks — Hangfire Documentation
Background Methods — Hangfire Documentation
Using Batches — Hangfire Documentation
Passing Dependencies — Hangfire Documentation
Using IoC Containers — Hangfire Documentation

Background Processes

Processing background jobs — Hangfire Documentation
Background Processing — Hangfire Documentation
Processing jobs in a web application — Hangfire Documentation
Processing jobs in a console application — Hangfire Documentation
Processing jobs in a Windows Service — Hangfire Documentation
Tracking the progress — Hangfire Documentation
Configuring the degree of parallelism — Hangfire Documentation
Running multiple server instances — Hangfire Documentation
Concurrency & Rate Limiting — Hangfire Documentation
Configuring Job Queues — Hangfire Documentation
Unpleasant Facts about Hangfire – The Half-Blood Programmer

Hangfire – Background jobs and workers for .NET and .NET Core

Documentation — Hangfire Documentation
Getting Started — Hangfire Documentation
ASP.NET Applications — Hangfire Documentation
ASP.NET Core Applications — Hangfire Documentation
The Why and How of Hangfire | iO
Configuration — Hangfire Documentation
Using Dashboard — Hangfire Documentation
Using SQL Server — Hangfire Documentation
Using Redis — Hangfire Documentation
Configuring logging — Hangfire Documentation
wpf - C# Threading/Async: Running a task in the background while UI is interactable - Stack Overflow
c# 4.0 - Are Tasks created as background threads? - Stack Overflow
(28) BACKGROUND TASKS in ASP NET Core | Getting Started With ASP.NET Core Series - YouTube
(28) Worker Services in .NET Core 3.0 - The New Way to Create Services - YouTube
C# Async / Await - Make your app more responsive and faster with asynchronous programming - YouTube
How Do Tasks Work In C#? Async/Background Threads
Create and register an out-of-process background task - UWP applications | Microsoft Learn
How to run background tasks in ASP.NET Core Application
timer - C# run a thread every X minutes, but only if that thread is not running already - Stack Overflow
c# - How to run method in every 5 minute in .net core windows background service - Stack Overflow
How to run a method every hour or 30 minutes? : csharp
c# - Running a background task and waiting for its result without blocking the UI thread - Stack Overflow
Out-of-process hosting with IIS and ASP.NET Core | Microsoft Learn
Understand InProcess and OutOfProcess Hosting Model in ASP.NET Core | BinaryIntellect Knowledge Base
c# - how I do background task to run once a day morning? - Stack Overflow
c# - Start a long time background task - Stack Overflow
c# - How to run some code every day at midnight in background in UWP? - Stack Overflow
Run scheduled background tasks in ASP.NET Core – { Think Rethink }
c# - Run BackgroundService every day at midnight in .Net Core 3.0 - Stack Overflow
c# - How can I run a Background job with Hangfire every n minutes/hours/days - Stack Overflow
Scheduling Cron Jobs in ASP.NET 6 and C# - Devart Blog
c# - Run async method regularly with specified interval - Stack Overflow
IHostedService Interface (Microsoft.Extensions.Hosting) | Microsoft Learn
Overview — Hangfire Core
https://www.google.com/url?sa=t&source=web&rct=j&url=https://scottsauber.com/wp-content/uploads/2021/04/the-background-on-background-tasks.pdf&ved=2ahUKEwjOu86zy8z6AhULyqQKHYv6CpkQFnoECA4QAQ&usg=AOvVaw1owvNbfCVFaw6vWv_WCIyo
ASP.NET Core background processing with IHostedService – { Think Rethink }
.net - How do Hangfire's short polling intervals harm SQL Server? - Stack Overflow
Using SQL Server — Hangfire Documentation
Hangfire recurring tasks under minute...anycodings
Hangfire Job Scheduling in ASP.Net Core 3.0 - .Net Core Central
Hangfire in ASP.NET Core - Easy way to Schedule Background Jobs | Pro Code Guide
Scaling Hangfire: Process More Jobs Concurrently - CodeOpinion
Scaling HANGFIRE: Processing More Jobs Concurrently
Hangfire: Can we run multiple queue parallelly?...anycodings
Running hangfire single threaded "mode" - Stack Overflow
Hangfire with ASP.NET Core - Code Maze
Maximum number of jobs concurently - question - Hangfire Discussion
c# - Can hang-fire throttle number of background jobs running in parallel - Stack Overflow
Background Tasks using Hangfire - Programming in CSharp
Muhammad Azeez - Background Job Scheduling using Hangfire
Real bug story: very long-running jobs in Hangfire - codewithstyle.info
c# - Execute a recurring job in Hangfire every 8 days - Stack Overflow
A beginners guide to Hangfire - ParTech
c# - HangFire recurring jobs on asp.net - Stack Overflow
hangfire recurringjob call method in controller - Using Umbraco And Getting Started - our.umbraco.com
c# - How to trigger hangfire in a class method without sending a request to the trigger it - Stack Overflow
c# - Set an "on demand" only job in HangFire - Stack Overflow
c# - Recurring job in hangfire is not fired - Stack Overflow
asp.net mvc - Hangfire recurring job daily on specific time - Stack Overflow
asp.net - How to ensure Hangfire jobs scheduled just once in web farm - Stack Overflow
c# - Recurring job is triggered on several workers at the same time - Stack Overflow
Maximum hangfire job duration for long running jobs · Issue #1197 · HangfireIO/Hangfire
Long-Running jobs - question - Hangfire Discussion
c# - Tips to avoid hangfire jobs to duplicate? - Stack Overflow
Articles Tutorials | AspNet Boilerplate
c# - Hangfire - Prevent multiples of the same job being enqueued - Stack Overflow
c# - Performance concerns of scheduling a large quantity of Hangfire jobs - Stack Overflow
c# - Hang-fire only executing one job at a time - Stack Overflow
hangfire - Different RecurringJobs executing at the same time - Stack Overflow
asp.net mvc - Stop Hangfire starting a recurring job if it's already running - Stack Overflow
Enqueuing a large number of jobs - question - Hangfire Discussion
Thousands of jobs every 30 seconds? - question - Hangfire Discussion
Can Hangfire handle fast, high-concurrency of this sort? - question - Hangfire Discussion
Best Practices — Hangfire Documentation
Recurring Scheduled Jobs best practices? (We have a lot of jobs) - question - Hangfire Discussion
Background job duplicate · Issue #6155 · aspnetboilerplate/aspnetboilerplate
Articles Tutorials | AspNet Boilerplate
asp.net - How does Hangfire work for a web farm? - Stack Overflow
.net - Using Hangfire, how can I configure a web app to enqueue with BackgroundJobClient.Create without starting an in process server? - Stack Overflow
c# - Hangfire running recurring jobs on different web servers - Stack Overflow
Simple Background Jobs With Hangfire and ASP.NET Core
Stop Hangfire starting a recurring job if its already running
Schedule Background Jobs Using Hangfire In ASP.NET Core
asp.net - Is it possible to run a Job every 20 seconds with Hangfire using dotNet? - Stack Overflow
c# - How to run only one job concurrently? - Stack Overflow
HangFire 0.8.2 Released · odinserj on development
c# - hangfire recurring job on every server - Stack Overflow
hangfire - How to programmatically execute a ReccurringJob immediately? - Stack Overflow
Don't do it now! Part 3. Hangfire details - jobs – IndexOutOfRange
c# - Sending mass notifications with signalR and hangfire, saving server resources - Stack Overflow
Can Hangfire handle fast, high-concurrency of this sort? - question - Hangfire Discussion
Hangfire job creation throughput performance with Redis RDB - Stack Overflow
(63) Introduction to Hangfire - Easy Background Jobs | ASP.NET Core - YouTube
Deploy Hangfire distributed client/server - question - Hangfire Discussion
Deploy Hangfire distributed client/server - question - Hangfire Discussion
Placing Processing into Another Process — Hangfire Documentation

How to run Background Tasks in ASP.NET - Scott Hanselman's Blog

ABP

Background Jobs | Documentation Center | ABP.IO
Background Jobs RabbitMq | Documentation Center | ABP.IO
Background Jobs Quartz | Documentation Center | ABP.IO
Background Workers | Documentation Center | ABP.IO
Modules/Background Jobs | Documentation Center | ABP.IO
aspnetboilerplate/BackgroundJobManager.cs at dev · aspnetboilerplate/aspnetboilerplate
aspnetboilerplate - Background Job Fails with "Current user did not login to the application" - Stack Overflow
Background job is abandoned · Issue #4762 · aspnetboilerplate/aspnetboilerplate
Distributed Locking | Documentation Center | ABP.IO

Security

Enforce HTTPS in ASP.NET Core | Microsoft Learn
How to use security headers in ASP.NET Core MVC 5 | InfoWorld
The ASP.NET Core security headers guide
Set X-FRAME-OPTIONS in ASP.NET Core - .NET Core Tutorials
X-Content-Type-Options - HTTP | MDN
Strict-Transport-Security - HTTP | MDN
Content Security Policy (CSP) - HTTP | MDN
X-Frame-Options - HTTP | MDN
Implementing Content Security Policy (CSP) in ASP.NET Core | dotnetthoughts
c# - ASP.Net Core: X-Frame-Options strange behavior - Stack Overflow
AntiforgeryOptions.SuppressXFrameOptionsHeader Property (Microsoft.AspNetCore.Antiforgery) | Microsoft Learn
content security policy - Why CSP is not working in .net core and Angular App? - Stack Overflow
Angular - Security
X-Frame-Options ALLOW-FROM not working if don't use www - Stack Overflow
javascript - how to block website from loading in iframe? - Stack Overflow
Enforce a Content Security Policy for ASP.NET Core Blazor | Microsoft Learn
php - How to prevent my site page to be loaded via 3rd party site frame of iFrame - Stack Overflow
Insecure or unset HTTP headers - X-Permitted-Cross-Domain-Policies | Fluid Attacks Documentation
Referrer-Policy - HTTP | MDN
Referrer Policy
Referer and Referrer-Policy best practices
Referer - HTTP | MDN

Real Time

Display Live Sports Updates using ASP.NET Core SignalR
how to stream video in asp.net core web API on Android? - Stack Overflow
Use streaming in ASP.NET Core SignalR | Microsoft Docs
Asynchronous Video Live Streaming with ASP.NET Web APIs 2.0
c# - Streaming videos with ASP.NET Core 3 - Stack Overflow
Streaming Live Audio and Video on internet using asp.net - Stack Overflow
Capture Video From ASP.NET Core 3.1 MVC Using WebRTC
signalr - ASP.NET Core and WebRTC for peer-to-peer video chat - Stack Overflow
GitHub - Shhzdmrz/SignalRCoreWebRTC: Audio calling for one to one peer using signaling server as SignalR Core with ASP.NET Core 3.1 and WebRTC
Video call with WebRTC Angular and ASP.NET Core - DEV Community

RoadMap

Learn to become a modern backend developer
Developer Roadmaps
Back-end Developers RoadMap❤ - DEV Community
How to Become a Backend Developer - Learning Path
ASP.NET documentation | Microsoft Docs
Django documentation | Django documentation | Django
Using Django | Django documentation | Django
Intro to Backend | Udacity Free Courses
A Beginner’s Guide to Back-End Development | Upwork
Backend Developer Skills You Must Have - InterviewBit
Learning Path To Become A Backend Developer in 2020 - Programming with Mosh
Learning Path To Become A Backend Developer in 2020
Become a Back End Developer: Back End Developer Learning Path Guide
Ultimate Back End Developer Guide
Backend Development: The Ultimate Guide (2021) - Mastering Backend Development
YouTube
Question
Back End Developer jobs | Robert Half
Back-end Developer job description template | TalentLyft
Back-End Developer Job Description Template | Trio Developers
Metwally Labs

Host And Deploy

What is Kestrel Web Server? How It Works, Benefits, and More – Stackify
Kestrel web server implementation in ASP.NET Core | Microsoft Docs

Proxy Server

What is a Proxy Server and How Does it Work?
Proxy server - Wikipedia
Why use a reverse proxy?
Proxy Server

Load Balancer

What Is Load Balancing? How Load Balancers Work
Load Balancers - Exponent
What is Load Balancer - How Does it Works During Pentesting Operation ?
What Is Load Balancing and How Does It Work?
ASP.NET Core: Implement a Load Balancer - CodeProject
What is a Reverse Proxy vs. Load Balancer? - NGINX
What is the difference between Load Balancer and Reverse Proxy? - Server Fault
Why do we need reverse proxy if we have load balancer? - Server Fault
Can we have both Load Balancer and Reverse Proxy in the architecture - Server Fault
Reverse Proxy vs. Load Balancer: Differentiating the Two

API

GraphQL

Building GraphQL APIs with ASP.NET Core
Building and consuming GraphQL API in ASP.NET Core 5 - Simple Talk
Getting started with GraphQL in ASP.NET Core | dotnetthoughts
GraphQL ASP.NET Core Tutorial - Code Maze Blog
Build a Basic GraphQL Server with ASP.NET Core and Entity Framework in 10 Minutes | The Cloud Blog
Build a GraphQL API with ASP.NET Core | Okta Developer
.Net 5 API with GraphQL - Step by Step - DEV Community
How to implement GraphQL in ASP.Net Core Web API (.NET 6)
Getting Started with GraphQL in ASP.NET Core - Complete Guide
Developing API In .NET Core With GraphQL
asp.net - GraphQL.NET: How to separate the root query into multiple parts - Stack Overflow
Multi-Schema Support · GraphQL ASP.NET
GraphQL for .NET Developers | Developer for Life
graphql - Can't figure out is it possible to use multiple schemas in Hot Chocolate for ASP.NET Core - Stack Overflow
c# - How to deal with multiple queries for each resource? - Stack Overflow
Schemas and Types | GraphQL
Introduction to GraphQL | GraphQL
asp.net core - How can you split the Query / Mutation / Subscription type into multiple files with HotChocolate GraphQL? - Stack Overflow
graphql - GrapQL with .net core for multiple schema - Stack Overflow
GraphQL Vs. REST APIs | GraphCMS
GraphQL vs. REST: What You Didn’t Know - mobileLIVE
GraphQL vs REST - A comparison
REST vs GraphQL APIs, the Good, the Bad, the Ugly | Moesif Blog
GraphQL vs REST: Difference between GraphQL and REST API
GraphQL vs. REST - A Comprehensive Comparison
GraphQL vs REST: 4 Critical Differences - Learn | Hevo
GraphQL vs REST API – Which Should You Use for Back End API Development?
What is a RESTful API? | MuleSoft
What is REST API and Why Use It? | Pluralsight
Why REST API is Important to Learn? - GeeksforGeeks
GraphQL vs REST: which API is best for your web app? | Sanity.io guide
Why and When to Use GraphQL Over REST API | Contentstack
REST vs GraphQL: How to make the right choice?
REST vs GraphQL: Making the Right Choice - DZone Integration
REST vs. GraphQL | Making the right choice | APIfriends
Your API Choice Could Make Or Break Your Company: GraphQL vs REST From a React Developers Perspective | CyberGRX
REST or GraphQL: You might need both | Courier
GraphQL Advantages and Disadvantages - javatpoint
Question
GraphQL vs REST API - Bejamas
Model-driven REST or GraphQL API for CRUD and More - CodeProject
GraphQL vs REST in 2021: A Detailed Comparison - Devathon
GraphQL vs REST | Use both to work with API Technologies : Aloi
Building GraphQL APIs with ASP.NET Core
Building and consuming GraphQL API in ASP.NET Core 3.1 - Simple Talk
Advanced GraphQL Language Concepts Tutorial
How to use GraphQL fragment on multiple types - MicroEducate
GraphQL Unions – Customize your results! - DEV Community
GraphQL In .NET Core Web API With Entity Framework Core - Part Five
Consuming a GraphQL API with ASP.NET Core - Code Maze
Exposing a GraphQL API using .Net Core 3.1 and HotChocolate. - DEV Community
GraphQL Mutations in ASP.NET Core - Code Maze
GraphQL Mutations in ASP.NET Core | dotnetthoughts
From Query to Mutation with GraphQL.Conventions and ASP.NET Core | by Wouter Huysentruit | Medium
Introduction to GraphQL for .NET Developers: Mutation
Preforming CRUD Operations Using GraphQL In ASP.NET Core
GraphQL .NET
GraphQL with .NET Core (Part - VI: Queries & Mutations)
Building a GraphQL Application with ASP.Net Core and TypeScript - Part 1 | The Cloud Blog
GraphQL Mutation Query || Basic CRUD Example || ASP.NET Core || 2021
Getting started with GraphQL in .NET 6 - Part 2 (Query + Mutation to Database) - DEV Community
Building GraphQL API With .Net 5 — EF Core And Hot Chocolate | by Jay Krishna Reddy | Level Up Coding

Integration With External Systems

One API or Two APIs one for internal use and the other for external use - Software Engineering Stack Exchange
API design
How to expose REST services to internal and external parties? - Stack Overflow
API gateway pattern
Introduction to API Gateway - javatpoint
The API gateway pattern versus the direct client-to-microservice communication | Microsoft Docs
Building Microservices: Using an API Gateway - DZone Microservices
Implementing an API Gateway in ASP.NET Core with Ocelot
Microservice Architecture in ASP.NET Core with API Gateway
Using the API Gateway Pattern In .NET to Encapsulate Microservices
Microservice Architecture in ASP.NET Core with API Gateway
Microservices using ASP.NET Core - Dot Net Tutorials
node.js - Clean Architecture: Where to make API calls - Stack Overflow
Architecting Android…The clean way? | Fernando Cejas
android - Where to put REST API Calls in Uncle Bob's Clean Architecture? - Stack Overflow
domain driven design - Clean architecture for proxy applications - Stack Overflow
Clean Coder Blog
Clean Architecture In .Net5 Application
c# - Should an interface be defined in the infrastructure layer if it's only used by an implementing class in that layer? - Software Engineering Stack Exchange
domain driven design - How should infrastructure be able to reference repository interfaces in onion architecture? - Software Engineering Stack Exchange
How does repository depends on usecase clean architecture - Stack Overflow
database - To which Clean Architecture layer should repositories implementations belong? - Software Engineering Stack Exchange
Implementing the infrastructure persistence layer with Entity Framework Core | Microsoft Docs
domain driven design - Where to define the interfaces for a repository in an layered architecture? - Stack Overflow

Postman

Har2Postman | Javascript Har to Postman converter
Generating client code | Postman Learning Center
C#/.NET | Convert Curl to HTTP Request
NuGet Gallery | RestClient.Net 5.0.7
Tutorial: Make HTTP requests in a .NET console app using C# | Microsoft Docs

Rest

Status

Best practices for REST API design - Stack Overflow Blog
Best Practices for REST API Error Handling | Baeldung

Design Best Practies

Web API design best practices - Azure Architecture Center | Microsoft Docs
REST API Error Handling Best Practices
REST API Design Best Practices for Parameter and Query String Usage | Moesif Blog
REST API Best practices: Where to put parameters? - Stack Overflow
rest - How to be RESTful with long URLs? - Stack Overflow
rest - Is long API Url length a good practice? - Stack Overflow
http - REST best-practice for overlong URIs - Stack Overflow

Asp.net Core

Ch-11 Background Services

Background tasks with hosted services in ASP.NET Core | Microsoft Learn
Using Background Services in ASP.NET Core
Getting Started with Background Tasks In ASP.NET Core WebAPI
Implement Background Task Using BackgroundService Class In ASP.NET Core
Access Background Services From ASP.NET Core | Khalid Abuhakmeh
Use ASP.NET Core hosted services to run a background task
Tinkerer - ASP.NET Core IHostedService, BackgroundService and error handling
BackgroundService Gotcha: Startup
Practical Implementation - NET Core Background Services - ParTech
Practical Implementation - NET Core Background Services - ParTech
A Complete Guide to Hosted Service(s) in .NET 6 using C# 10 | Adnan Rafiq's Blog, Memories and Opinions
.NET Core Background Services
ASP.NET - How to use a BackgroundService for long-running and periodic tasks | MAKOLYTE
An Overview On Running Background Job Or Task In Asp.NetCore Application[.NET 6]
Lifecycle of Generic Host Background Services - Forty Years of Code
Active-Passive Background Service In .Net 6 | by Norbert Dębosz | ITNEXT
How To Call A Background Task With Hosted Service From .NET Core Web API
Background MQ Service | Documentation
(84) Running Background tasks using IHostedService and BackgroundService (In ASP.NET Core 3.1) - YouTube
(84) The Background on Background Tasks in .NET Core - Scott Sauber - YouTube
ASP.NET Core Hosted Service | What is ASP.NET Core Hosted Service?
Hosted Services In ASP.NET Core - .NET Core Tutorials
ASP.NET Core Background Tasks with IHostedService  – Mzansi Bytes
c# - What is the simplest way to run a single background task from a controller in .NET Core? - Stack Overflow
ASP.NET Core Performance Best Practices | Microsoft Learn
c# - Running background task on demand in asp.net core 3.x - Stack Overflow
docs.microsoft.com
docs.microsoft.com
Background tasks with hosted services in ASP.NET Core | Microsoft Learn
Building a scheduled task in ASP.NET Core/Standard 2.0 - Maarten Balliauw {blog}
Implementing IHostedService in ASP.NET Core 2.0 - Steve Gordon - Code with Steve
asp.net core - What is the difference between IWebHost WebHostBuilder BuildWebHost - Stack Overflow
ASP.NET Core Web Host | Microsoft Learn
Comparing WebApplicationBuilder to the Generic Host
Operazioni in background con gli Hosted Service di ASP.NET Core (#1276) | ASP.NET Core | ASPItalia.com
Operazioni in background con gli Hosted Service di ASP.NET Core (#1276) | ASP.NET Core | ASPItalia.com
ASP.NET Core hosted service in .NET 6
Worker Service in ASP .NET Core | Wake Up And Code!
Introducing IHostLifetime and untangling the Generic Host startup interactions
.NET Generic Host - .NET | Microsoft Learn
Analyzers for ASP.NET Core in .NET 6
Host ASP.NET Core in a Windows Service | Microsoft Learn
Hosted services in ASP.Net Core - danpatrascu.com
architecture - Hosted service in ASP.NET Core vs Worker Service - Stack Overflow
https://www.google.com/url?sa=t&source=web&rct=j&url=https://scottsauber.com/wp-content/uploads/2020/10/the-background-on-background-tasks.pdf&ved=2ahUKEwjDjobSusz6AhUZPuwKHcESBmE4ChAWegQIDxAB&usg=AOvVaw3HaVr0R4xkZCr7t0M-hVxA
Talk: Anatomy of ASP.NET Core Requests - Steve Gordon - Code with Steve
How to Deploy ASP.NET Core to IIS & How ASP.NET Core Hosting Works
medium.com
Hosting a background task in an ASP.NET core application running on IIS. | by Tai Bo | The Startup | Medium
Everything You Need to Know About Using ASP.NET Web Hosting
How to Host Reports Service in ASP.NET Core in .NET 5 | Telerik Reporting
Controlling IHostedService execution order in ASP.NET Core 3.x
async await - Should .net core `IHostedService` start a new thread - Stack Overflow
c# - Start multiple background threads inside Self Hosted ASP.NET Core Microservice - Stack Overflow
c# - Will a BackgroundService always run in a new Thread - Stack Overflow
Background tasks with hosted services in ASP.NET Core | Microsoft Learn
c# - IHostedService always create two processes - Stack Overflow
c# - BackgroundService tasks not running on separate threads in .NET Core Generic Host - Stack Overflow
c# - Running a long task IHosted service at the same time and can manually turned on and off - Stack Overflow
c# - Run async hosted service every 5 minutes in ASP.NET Core - Stack Overflow
What's the difference between IHostedService and Task for scheduled task in asp.net core? - Stack Overflow
asp.net - Possible to have hosted services running on there own thread? - Stack Overflow
https://www.google.com/url?sa=t&source=web&rct=j&url=https://media.readthedocs.org/pdf/hangfire/latest/hangfire.pdf&ved=2ahUKEwjCosLPgc_6AhV7gv0HHZ8VAg8QFnoECDEQAQ&usg=AOvVaw0pua3WoaIDUUalEfTJJe10
Background jobs guidance - Best practices for cloud applications | Microsoft Learn
c# - Fire & Forget method using Task.Run not working - Stack Overflow
c# - Task.Run does not work like Thread.start - Stack Overflow
[Solved] C# custom task.run() does not execute function - CodeProject
c# - Does the use of async/await create a new thread? - Stack Overflow
c# - How to re-enqueue a failed background async task - Stack Overflow
App-vNext/Polly: Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
asp.net core - Restart a failing BackgroundService - Stack Overflow
Background process - Wikipedia
22 Building background tasks and services - ASP.NET Core in Action, Second Edition
Implement background tasks in microservices with IHostedService and the BackgroundService class | Microsoft Learn
c# - .Net Core Queue Background Tasks - Stack Overflow
Should I use a Windows Service or an ASP.NET Background Thread? - Stack Overflow
multithreading - Should I use a thread or service to run tasks in the background in Android? - Stack Overflow
asp.net - How to communicate with a background task? - Stack Overflow
.net - How to use threading to perform background tasks in ASP.NET? - Stack Overflow
Easy Background Tasks in ASP.NET - Stack Overflow Blog
c# - Adding multiple queues in hosted service - Stack Overflow
Background tasks with hosted services in ASP.NET Core | Microsoft Learn
Background tasks with hosted services in ASP.NET Core | Microsoft Learn
Background MQ Service | Documentation
Worker Dynos, Background Jobs and Queueing | Heroku Dev Center
.net core - BackgroundService QueueHostedService - Stack Overflow
c# - Parallel queued background tasks with hosted services in ASP.NET Core - Stack Overflow
c# - ASP.Net Core Background Service with Task Queue, does it need a Task.Delay? - Stack Overflow
Background tasks with hosted services in ASP.NET Core | Microsoft Learn
c# - Handle multiple queues parallel in a background service in .net core - Stack Overflow
Where to start monitoring queue in ASP.NET Core hosted service - Stack Overflow
An Introduction to System.Threading.Channels - .NET Blog
BackgroundService blocked the execution of whole host · Issue #36063 · dotnet/runtime
Background task dependency injection · Issue #2389 · dotnet/extensions
Using Asynchrony Methods in Foreach Sentences - CodeProject
multithreading - ASP.NET Core multithreaded background threads - Stack Overflow
Using Azure Service Bus Queues with ASP.NET Core Services | Software Engineering
Asynchronous Messaging, Part 1: Basic Distributed Architecture
Asynchronous Messaging, Part 2: Durable Queues
c# - Using Task.Run vs BackgroundService in ASP.NET - Stack Overflow
c# - Is it ok to use task.Run to parallel two backgroundservice in a Net6 Worker process? - Stack Overflow
Running Background Tasks with multi threaded application - YouTube
Consuming message queues using .net core background workers – part 4: adding System.Threading.Channels - David Guida
Consuming message queues using .net core background workers – part 3: the code, finally - David Guida
multithreading - Best ASP.NET Background Service Implementation - Stack Overflow
c# - How to run backgroundservices on seperate thread? - Stack Overflow
c# - Safely executing background tasks in parallel in ASP.NET Core - Code Review Stack Exchange
C# – Parallel queued background tasks with hosted services in ASP.NET Core – iTecNote
ASP .Net Core Queued background tasks parallel ...anycodings
c# - ASP .Net Core Queued background tasks parallel processing - Stack Overflow
c# - Background parallel tasks - Stack Overflow
c# - Queued Background tasks - How to queue up and run multiple jobs simultaneously - IBackgroundTaskQueue - Stack Overflow
Background tasks with hosted services in ASP.NET Core | Microsoft Learn
c# - Prevent parallel executions of scaled ASP.NET Core hosted service - Stack Overflow
c# - In ASP.NET Core requests, how to add Task to background worker queue and wait for result - Stack Overflow
c# - How to run multiple BackgroundService parallel in .net core 3.0? - Stack Overflow
c# - Hosted service for queuing and running tasks in parallel in ASP.NET Core - Code Review Stack Exchange
c# - A background service that will wait for items to process without busy-waiting - Code Review Stack Exchange
c# - Execute .NET Core 3.1 background worker tasks simultaneously - Code Review Stack Exchange
The Background on Background Tasks in .NET 6 - YouTube
Implement HTTP call retries with exponential backoff with Polly | Microsoft Learn
c# - Run a re-authentication as a background task if external service returns "Unauthorised" - Stack Overflow
c# - Polly Retry - Pass all execution until a retry is successful - Stack Overflow
(3) The Background on Background Tasks in .NET 6 - YouTube
Use scoped services within a BackgroundService - .NET | Microsoft Learn
c# - Execute certain background Tasks in separate ThreadPool to avoid starvation to critical Tasks executed in main thread - Stack Overflow
Six ways to initiate tasks on another thread in .NET
c# - Thread/threadpool or backgroundworker - Stack Overflow
c# - .NET Multi-thread a background process with a thread limit? - Stack Overflow
c# - Asynchronous Delegates Vs Thread/ThreadPool? - Stack Overflow
multithreading - Using ThreadPool.QueueUserWorkItem in ASP.NET in a high traffic scenario - Stack Overflow
Scale ASP.NET Core Application using ThreadPool | Pro Code Guide
HostingEnvironment.QueueBackgroundWorkItem Method (System.Web.Hosting) | Microsoft Learn
medium.com
Run and manage periodic background tasks in ASP.NET Core 6 with C# | by Philipp Bauknecht | medialesson | Medium
Background workers in .NET Core. Learn how to leverage Background… | by Jelle Verheyen | ITNEXT
Long-Running Tasks in a Monolith ASP.NET Core Application
Create a Queue Service - .NET | Microsoft Learn
Worker Services - .NET | Microsoft Learn
c# - Multi Thread Worker Service in .Net Core - Stack Overflow
c# - Delays acquiring worker threads in an ASP .Net Core 3.0 project - Stack Overflow
c# - IIS worker thread vs web application thread - Stack Overflow
Implement background tasks in microservices with IHostedService and the BackgroundService class | Microsoft Learn
Asynchronous Messaging, Part 3: Backend Service
Asynchronous Messaging, Part 4: Retrieve Results
Asynchronous Messaging, Part 5: Miscellaneous Considerations
c# - Backgroundworker and TPL's Task have the same ManagedThreadID? - Stack Overflow
.NET Thread, Threadpool, BackgroundWorker and Task Parallel Library
Various Implementations of Asynchronous Background Tasks
The Dangers of Implementing Recurring Background Tasks In ASP.NET | You’ve Been Haacked
c# - Worker service with parallel task queue, performance - Stack Overflow
c# - Is .NET TPL using a queue under the hood? - Stack Overflow
c# - How do you launch a background process in ASPNET Core 3.0? - Stack Overflow
Can a Worker Service be called and/or used inside an existing ASPNET.Core web project? - Stack Overflow
Fire and Forget on ASP.NET
C# "fire and forget" method - DEV Community 👩‍💻👨‍💻
.net - Simplest way to do a fire and forget method in C#? - Stack Overflow
windows store apps - C# Queue of Tasks - Stack Overflow
.net - Task.Run vs ThreadPool.QueueUserWorkItem - Stack Overflow
c# - Best way in .NET to manage queue of tasks on a separate (single) thread - Stack Overflow
.net - How to correctly queue up tasks to run in C# - Stack Overflow
c# - Which is more efficient - Task.Run with 2 awaited I/O bound Tasks, or classic Fork/Join approach? - Stack Overflow
c# - Should I use Task.Run() for BackgroundService that does I/O - Stack Overflow
eval - how to convert string to code in c# - Stack Overflow
asp.net - Convert string to executable c# code in code-behind - Stack Overflow

Ch-10 Cashing

Cache in-memory in ASP.NET Core | Microsoft Learn
ASP.NET Core: Adding cache static file using HTTP headers
The Code Blogger - Cache Headers with Static Files Middleware In .NET Applications
Caching static resources forever with ASP.NET Core - Meziantou's blog
How to cache css,js or images files to asp.net core - Stack Overflow
Minify and cache static files in ASP.NET Core | A Name Not Yet Taken AB
vue.js - How to cache static files in ASP.NET Core? - Stack Overflow
Caching Mechanism In ASP.NET Core
In-Memory Caching in ASP.NET Core - Code Maze
Distributed Caching in ASP.NET Core - Code Maze
c# - Static file caching in asp net core - Stack Overflow
Distributed Caching in ASP.NET Core 6 Using Redis in Azure
Caching Data at Application Startup (C#) | Microsoft Learn
asp.net mvc - How do I cache data that rarely changes? - Software Engineering Stack Exchange
Repository Pattern with Caching and Hangfire in ASP.NET Core
Using AWS Services for distributed caching in ASP.NET Core Web Applications | Microsoft Workloads on AWS
c# - Asp.Net Core: Use memory cache outside controller - Stack Overflow
memcached - Aspnet Core persist In-Memory cache data on application startup - Stack Overflow
Reload data into cache automatically when data in the table changes Part 132 - YouTube
Query Cache in EF Classic
Working with a Distributed Cache — ASP.NET documentation
jayanttripathy.com
Distributed caching in ASP.NET Core | Microsoft Learn
medium.com
.NET Core — How to use Redis Cache to boost application performance | by saurabh dasgupta | Medium
Simple In-Memory Caching in .Net Core with IMemoryCache - Sahan Serasinghe - Tech Blog
c# - Memory Cache in dotnet core - Stack Overflow
In-Memory Caching in ASP.NET Core - Detailed Guide
Caching database images in the browser on Asp.Net Core – Nick Heath
c# - How to download a png file with ASP.NET Core - Stack Overflow
ASP.NET Caching Strategies
How to Response Caching in ASP.NET Core - Referbruv
ResponseCacheAttribute Class (Microsoft.AspNetCore.Mvc) | Microsoft Learn
Response Caching — ASP.NET documentation
Building a simple ETag in ASP.NET Core - Referbruv
c# - How to correctly cache query results when using EF Core with a lot of Include()? - Stack Overflow
c# - Caching architecture for search results in an ASP.NET application - Stack Overflow
asp.net - What's the best way to cache complicated search queries in a .NET webapp? - Stack Overflow
How to vary ASP.NET Core response cache by query string only if response caching is enabled? - Stack Overflow

01-Introduction

Choose between .NET and .NET Framework for server apps | Microsoft Docs
Choose between ASP.NET 4.x and ASP.NET Core | Microsoft Docs
Get started with ASP.NET Core MVC | Microsoft Docs
Choose an ASP.NET Core UI | Microsoft Docs
.NET core vs .NET framework
Differences Between .NET Core and .NET Framework - GeeksforGeeks
.NET Core vs .NET Framework - What’s The Difference? - InterviewBit
Difference Between .NET and .NET Core
Question
.NET Core vs .NET Framework: A Complete Comparison
Choose an ASP.NET Core UI | Microsoft Docs
Choose between ASP.NET 4.x and ASP.NET Core | Microsoft Docs
Overview of ASP.NET Core | Microsoft Docs
What is ASP.NET Core? | .NET
Choose between ASP.NET 4.x and ASP.NET Core | Microsoft Docs
AspNetCore.Docs/choose-aspnet-framework.md at main · dotnet/AspNetCore.Docs · GitHub
What is the difference between Blazor vs. Razor | Telerik UI for Blazor FAQs
What's the Difference Between Blazor vs Razor
Asp.net core blazor vs .net core mvc with razor - Stack Overflow
ASP.NET: MVC vs Razor Pages vs Blazor - Fancy Hints
ASP.NET MVC Razor vs Blazor
Learn ASP.NET Core using Step-by-Step Tutorials
.NET Core Overview
ASP.NET Core Overview
Install .NET Core, ASP.NET Core

02- Project Folder And Structure

wwwroot
Program.cs
ASP.NET Core fundamentals overview | Microsoft Docs
What Is Startup Class And Program.cs In ASP.NET Core
ASP.NET Core App Project Structure
Program.cs file in asp.net core: how to use program.cs in .net core
ASP.NET Core Program.cs - TekTutorialsHub
Kestrel: Web Server for ASP.NET Core - TekTutorialsHub
ASP.NET Core Solution Structure - TekTutorialsHub
ASP.Net Core Startup Class - TekTutorialsHub
Startup
Kestrel vs IIS Feature Comparison and Why You Need Both
What is Kestrel and how does it differ from IIS? (ASP.NET)
asp.net - What is Kestrel (vs IIS / Express) - Stack Overflow
Kestrel vs IIS - .NET Core Tutorials
Kestrel vs IIS Web Servers - ParTech

03- Middleware and Request Pipeline

Middleware And Request Pipeline in ASP.NET Core - TekTutorialsHub
ASP.NET Core Middleware with Examples - Dot Net Tutorials
ASP.NET Core - Middleware
ASP.NET Core Middleware | Microsoft Docs
Write custom ASP.NET Core middleware | Microsoft Docs
Understanding Middleware In ASP.NET Core
ASP.NET Core - Middleware
ASP.NET Core Middleware - Creating Flexible Application Flows
ASP.NET Core Middleware | Complete Guide to ASP.NET Core Middleware
Middleware in ASP.NET Core - DEV Community
Conditional Middleware based on request in ASP.NET Core
Implementing Custom Middleware Components in ASP.NET Core 1 | Pluralsight
Middleware in .NET 6 - Intro and Basics
ASP.NET Core Middleware | Microsoft Docs
Sql server, .net and c# video tutorial: Middleware in ASP.NET Core - Slides
Asp.net Core Middleware example: Use Middleware in .Net Core App
Steps to Understand How Middlewares Works in .NET Core 3.1
Middleware in ASP .NET Core 3.1 | Wake Up And Code!
Exploring ASP.NET Core Middleware
ASP.NET Core in Action - What is middleware?
Middleware in .NET Core with Example - SharePointCafe.Net
CORS (3), Enable CORS In .NET Core Web API
Write custom ASP.NET Core middleware | Microsoft Learn
Static Files Middleware in ASP.NET Core - Dot Net Tutorials
custom Static Content middleware in ASP.NET Core-iaspnetcore.com
Static files in ASP.NET Core | Microsoft Learn
ASP.NET Core Image Resizing Middleware
How to get base URL in ASP.NET Core
C# Uri and UriBuilder Classes - Dot Net Perls
How to directly set response body to a file stream in ASP.NET Core middleware? - Stack Overflow
Response Caching Middleware in ASP.NET Core | Microsoft Learn
response - ASP.NET Core middleware return image - Stack Overflow
Return an image from asp.net web api core as IActionResult - Stack Overflow
asp.net core favicon.ico goes through custom middleware - Stack Overflow
Protecting static files in ASP.NET Core using custom middleware
aspnetcore/StaticFileMiddleware.cs at main · dotnet/aspnetcore
aspnetcore/src/Middleware/StaticFiles/src at main · dotnet/aspnetcore
aspnetcore/StaticFileContext.cs at main · dotnet/aspnetcore
Response.SendFileAsync Method (Microsoft.Net.Http.Server) | Microsoft Learn
SendFileResponseExtensions.SendFileAsync Method (Microsoft.AspNetCore.Http) | Microsoft Learn
Writing Custom Middleware in ASP.NET Core 6.x-iaspnetcore.com
c# - Middleware in asp.net core work only with clear cache - Stack Overflow
aspnetcore/SpaPrerenderingExtensions.cs at 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 · dotnet/aspnetcore
c# - How to read ASP.NET Core Response.Body? - Stack Overflow
Cutting Edge - Revisiting the ASP.NET Core Pipeline | Microsoft Learn

04- CORS

Enable Cross-Origin Requests (CORS) in ASP.NET Core | Microsoft Docs
CORS In .NET Core
Enabling CORS in ASP.NET Core By Example - Code Maze Blog
ASP.NET Core API - Allow CORS requests from any origin and with credentials | Jason Watmore's Blog
How to enable CORS in ASP.Net Core | InfoWorld
.NET CORS Guide: What It Is and How to Enable It
Same-origin policy - Web security | MDN
asp.net-core Tutorial => Enable CORS policy for specific controllers
A deep dive into the ASP.NET Core CORS library
Cross-Origin Resource Sharing and ASP.NET Core 3.1
Understand CORS and Learn How to Enable it for Your ASP NET API | Rahul Nath
How to Enable Cross-Origin Requests (CORS) in ASP.NET Core
Cross-Origin Requests With Dotnet Core Explained | by Wim Jongeneel | ITNEXT
How CORS (cross-origin resource sharing) works
Cross-Origin Resource Sharing (CORS) - HTTP | MDN
Cross-origin resource sharing - Wikipedia
What is CORS? Complete Tutorial on Cross-Origin Resource Sharing
Preflight request - MDN Web Docs Glossary: Definitions of Web-related terms | MDN
Cross-Origin Resource Sharing (CORS) - HTTP | MDN
Cross-Origin Resource Sharing (CORS) - HTTP | MDN
Chapter 4. Handling preflight requests · CORS in Action: Creating and consuming cross-origin APIs
Chapter 4. Handling preflight requests - CORS in Action: Creating and consuming cross-origin APIs
Chapter 4. Handling preflight requests - CORS in Action: Creating and consuming cross-origin APIs
Cross-Origin Resource Sharing and Why We Need Preflight Requests | Baeldung on Computer Science
CORS-safelisted request header - MDN Web Docs Glossary: Definitions of Web-related terms | MDN
ajax - What is the motivation behind the introduction of preflight CORS requests? - Stack Overflow
Cross-Origin Resource Sharing (CORS)
Question
angularjs - How to skip the OPTIONS preflight request? - Stack Overflow
4 Ways to Reduce CORS Preflight Time in Web Apps | by Chameera Dulanga | Bits and Pieces
Avoiding pre-flight OPTIONS calls on CORS requests | by praveen selvaraj | Medium
chimurai/http-proxy-middleware: The one-liner node.js http-proxy middleware for connect, express, next.js and more
Handling CORS Preflight requests to ASP.NET MVC actions - Stack Overflow
Digitteck | ASP.NET | CORS Preflight
asp.net - Avoiding preflight OPTIONS requests with CORS - Stack Overflow
asp.net core - Disable authentication on CORS preflight requests - Stack Overflow
How to apply CORS preflight cache to an entire domain - Stack Overflow
Enable Cross-Origin Requests (CORS) in ASP.NET Core | Microsoft Learn
https://ndvsu.org/i88y6p6/how-to-stop-preflight-options-request-in-angular
c# - Handling CORS Preflight in Asp.net Web API - Stack Overflow
Access-Control-Max-Age - HTTP | MDN
HTTP headers | Access-Control-Max-Age - GeeksforGeeks
google chrome - CORS Access-Control-Max-Age works for same origin or just same request url - Stack Overflow
.net - Maximum and default values of Access-Control-Max-Age - Stack Overflow
angular-cli server - how to proxy API requests to another server? - Stack Overflow
Angular - Building and serving Angular apps
Setup a Proxy for API Calls for Your Angular CLI App | by Spencer Feng | Better Programming
How to skip CORS preflights and speed up your API with polyfills

05- Routing

Routing in ASP.NET Core MVC - Code Maze
Routing in ASP.NET Core | Microsoft Docs
ASP.NET Core Routing
ASP.NET Core Endpoint Routing - TekTutorialsHub
Learn ASP.NET Core Convention-Based Routing
Routing in ASP.NET Core MVC Application - Dot Net Tutorials
ASP.NET Core Routing Basics
14. Routing - Web Development with Node and Express [Book]
What is Routing in web development? – DivPusher
What Is Routing? [Dev Concepts #14] - SoftUni Global
Routing - Wikipedia
URL Routing | Microsoft Docs
What is routing? | IP routing | Cloudflare
Routers - MDN Web Docs Glossary: Definitions of Web-related terms | MDN
URLPattern brings routing to the web platform
Question
What is Web Service Endpoint? - Definition & Concept - Video & Lesson Transcript | Study.com
What is an API Endpoint? | API Endpoint Definition | RapidAPI
Endpoint interface - Wikipedia
What Is an API Endpoint?
c# - What are the differences between app.UseRouting() and app.UseEndPoints()? - Stack Overflow
The Code Blogger - UseRouting vs UseEndpoints
What are the differences between app.UseRouting() and app.UseEndPoints()? - DEV Community
c# - What are the differences between app.UseRouting() and app.UseEndPoints()? - Stack Overflow
Endpoint Routing In Asp.Net Core
Routing differences between ASP.NET MVC and ASP.NET Core | Microsoft Docs
ASP.NET Core Convention based Routing - TekTutorialsHub
Routing to controller actions in ASP.NET Core | Microsoft Docs
How To Map A Route in an ASP.NET Core MVC application | Khalid Abuhakmeh
Simplified Routing in ASP.NET Core | Pro Code Guide
RazorPagesEndpointRouteBuilderExtensions.MapRazorPages Method (Microsoft.AspNetCore.Builder) | Microsoft Docs
ControllerEndpointRouteBuilderExtensions.MapControllers Method (Microsoft.AspNetCore.Builder) | Microsoft Docs
HubRouteBuilder.MapHub Method (Microsoft.AspNetCore.SignalR) | Microsoft Docs
gRPC services with ASP.NET Core | Microsoft Docs
Routing in MVC
How to use endpoint routing in ASP.NET Core 3.0 MVC | InfoWorld
How to Use Attribute Routing in ASP.NET Core 3.0 MVC
What is ASP.NET Core and Routing in ASP.NET | Simplilearn
How to use Areas in ASP.NET Core MVC : GeeksArray.com
Routing Templates - The ASP.NET Core MVC Tutorial
1 new message
Use Parameters to Routes in ASP.NET Core MVC 5 - Learn Programming with Real Apps
Understanding Routing in ASP.NET Core MVC | CodeGuru
Chapter 5. Mapping URLs to methods using conventional routing · ASP.NET Core in Action
Routing in Razor Pages | Learn Razor Pages
Razor Pages route and app conventions in ASP.NET Core | Microsoft Docs
How to Use Routing in ASP.NET Core 3.0 Razor Pages
Routing in Razor Pages
5 Mapping URLs to Razor Pages using routing · ASP.NET Core in Action, Second Edition
Asp.net core razor page routing | Develop Paper
Parameters to Routes in ASP.NET Core Razor Pages - Learn Programming with Real Apps
Routing Razor Pages -- Visual Studio Magazine
Optional Parameters in Razor Pages Routing
Sql server, .net and c# video tutorial: Route parameters in asp.net core razor pages

06- Razor Pages Handling Request and Response

Tutorial: Get started with Razor Pages in ASP.NET Core | Microsoft Docs
Razor Pages vs. MVC - Which one is better for your project ? -
Razor Pages vs MVC - Which one is better for your project ? - SharePointCafe.Net
An Introduction To ASP.NET Razor Pages | Learn Razor Pages
Understanding ASP.NET Core 3 Razor Pages Project Files
The Razor Pages PageModel | Learn Razor Pages
CRUD Operations in Razor Pages Asp.net Core Example
Compare Razor Pages to ASP.NET MVC | Microsoft Docs
ASP.NET Razor Pages vs MVC: Benefits and Code Comparisons
Razor pages vs MVC in ASP.NET
Comparing ASP.NET Core Razor Pages with MVC - Espresso Coder
ASP.NET Core Razor Pages Vs MVC: Which Will Create Better Web Apps in 2018? | HackerNoon
.NET6 Razor Pages CRUD Operations With Entity Framework Core
.NET5 Razor Pages CRUD Operations Using Entity Frame Work Core
Simple CRUD Operation with Razor Pages - CodeProject
Razor Page CRUD in ASP.NET Core with jQuery AJAX - Ultimate Guide
ASP.NET Core Razor Pages : CRUD Operations with Repository Pattern and Entity Framework Core
An Introduction To ASP.NET Core Razor Pages | Learn Razor Pages
Razor Pages Web App Tutorial Using ASP.NET Core | Engineering Education (EngEd) Program | Section
Introduction to Razor Pages in ASP.NET Core | Microsoft Docs
ASP.NET Core Razor Pages – Introduction - CodingBlast
Creating Page Model And Performing CRUD Operations In ASP.NET Core 3 Razor Pages
How to Keep It Stupid Simple: Use .NET Core Razor Pages | Kontent.ai.
CRUD Operation With Razor Pages In ASP.NET Core 2.0
How To Create Razor Pages In ASP.NET Core 6.0
CRUD Operations in Asp.Net Core 2 Razor Page with Dapper and Repository Pattern | Mukesh Kumar

07- MVC : Handle Request and Response

ASP.NET Core MVC Request Life Cycle
ASP.NET Core - MVC Request Life Cycle
ASP.NET Core 3 Course: MVC Request Life Cycle | Pluralsight
Online Course: ASP.NET Core 3.0: The MVC Request Life Cycle from Pluralsight | Class Central
c# - ASP.NET Core Application Lifecycle - Stack Overflow
Understanding ASP.NET Core Initialization - Telerik Blogs
ASP.NET Core MVC Changes Every Developer Should Know - Telerik UI for ASP.NET Core Whitepapers
Introduction to ASP.NET MVC Application Life Cycle
Asp.Net Core Mvc Request Life Cycle | by Feyyaz Acet | Medium
MVC Framework Tutorial for Beginners: What is, Architecture & Example
MVC Framework Introduction - GeeksforGeeks
Model–view–controller - Wikipedia
The Model View Controller Pattern – MVC Architecture and Frameworks Explained
MVC - MDN Web Docs Glossary: Definitions of Web-related terms | MDN
ASP.NET MVC Architecture
ASP.NET Core framework lifecycle. - Pradeep Loganathan
Lifecycle of an ASP.NET MVC 5 Application | Microsoft Docs
ASP.NET MVC Life Cycle with Example - Dot Net Tutorials
ASP.NET MVC Life Cycle - GeeksforGeeks
Основы ASP.NET, паттерн MVC - презентация онлайн
ASP.NET MVC Life Cycle | ASP.NET MVC Life Cycle Application
Controllers in the ASP.NET Core MVC - Dot Net Tutorials
Handle requests with controllers in ASP.NET Core MVC | Microsoft Docs
Part 2, add a controller to an ASP.NET Core MVC app | Microsoft Docs
Controllers in ASP.NET Core
Adding a controller — ASP.NET documentation
Controllers, Actions, and Action Results — ASP.NET documentation
Formatting Response Data — ASP.NET documentation
Creating a Controller - The ASP.NET Core MVC Tutorial
ASP.NET MVC Core Controller Action Method and Types of Action Result : GeeksArray.com
ASP.NET MVC Application Request life cycle : GeeksArray.com
ASP.NET Core MVC Model Binding : GeeksArray.com
ActionResult In ASP.NET Core MVC
Different Types Of Action Results In ASP.NET MVC
Controller action return types in ASP.NET Core web API | Microsoft Docs
ActionResult Class (Microsoft.AspNetCore.Mvc) | Microsoft Docs
Return different types of content from ASP.NET Core MVC Action Result : GeeksArray.com
ASP.NET Core - Action Results
Action Results In ASP.NET MVC Core - Tutexchange
IActionResult and ActionResult - ASP.NET Core Demystified
Return Types in ASP.NET Core Web API - Dot Net Tutorials
GitHub - geeksarray/asp-net-mvc-core-controller-action-method-and-types-of-action-result: This blog explains what is MVC Controller, Action Method, and different types of ActionResult like HTML returning, Content, Redirect, File, Status Code, Security related.
ASP.NET MVC Core Controller Action Method and Types of Action Result : r/dotnet
The ASP.NET Core MVC Tutorial
ASP.Net Core MVC Tutorial - Code Maze
Views, Partial Views, and Layouts in ASP.NET Core MVC - Code Maze
Views in ASP.NET Core MVC | Microsoft Docs
Views in ASP.NET Core MVC Application - Dot Net Tutorials
Views Overview — ASP.NET documentation
🔧 Razor Syntax — ASP.NET documentation
Views — ASP.NET documentation
Layout — ASP.NET documentation
Tag Helpers — ASP.NET documentation
Introduction to Tag Helpers — ASP.NET documentation
Injecting Services Into Views — ASP.NET documentation
View Components — ASP.NET documentation
View components in ASP.NET Core | Microsoft Docs
ViewComponent In ASP.NET Core
Partial views in ASP.NET Core | Microsoft Docs
Razor syntax reference for ASP.NET Core | Microsoft Docs
Tag Helpers in ASP.NET Core | Microsoft Docs
How to Add Custom Headers in ASP.NET Core Web API
c# - How to add custom header to ASP.NET Core Web API response - Stack Overflow

Ch-08 Authentication and Authorization

Introduction to Identity on ASP.NET Core | Microsoft Docs
Using ASP.NET Core Identity — IdentityServer4 1.0.0 documentation
The Big Picture — IdentityServer4 1.0.0 documentation
IdentityServer4 in ASP.NET Core - Ultimate Beginner's Guide
Authentication And Authorization In ASP.NET Core Web API With JSON Web Tokens
Authentication in ASP .NET Core - DEV Community
Adding Authentication and Authorisation to ASP.NET Core Web Applications | endjin
Authentication With ASP.NET Core Identity - Code Maze
Add Authentication to Your ASP.NET Core MVC Application
JSON Web Token Introduction - jwt.io
JSON Web Tokens - jwt.io
What Is JWT? How Does It Work? | Akana by Perforce
What is a Cookie? How it works and ways to stay safe
HTTP cookie - Wikipedia
What are cookies, and why do websites ask us to accept them? - Vox
What are cookies? | Cookies definition | Cloudflare
ASP.NET Core Working With Cookie
Work with SameSite cookies in ASP.NET Core | Microsoft Docs
Cookies - The ASP.NET Core MVC Tutorial
c# - How to set a cookie in a ASP.NET Core Web API project - Stack Overflow
(C# ASP.NET Core) Reading, Writing and Deleting Cookies in ASP.NET Core | We start this walkthrough with a small introduction to the concept of a cookie, and then we explain the various ASP.NET Core snippets to (a) create a cookie, (b) read a cookie and (c) delete a cookie. And lastly, we create a fully functional application for creating and deleting cookies. You can run the application to see the whole concept in action! We strongly recommend that you watch the linked video for finer details.
ASP.Net Core Cookies: Read, Write (Save) and Remove (Delete) Cookies in ASP.Net Core MVC
Use cookie authentication without ASP.NET Core Identity | Microsoft Docs
Session in ASP.NET Core | Microsoft Docs
How To Use Sessions In ASP.NET Core
Sessions - The ASP.NET Core MVC Tutorial
Overview of ASP.NET Core Authentication | Microsoft Docs
c# - What exactly is 'UseAuthentication()' for? - Stack Overflow
Welcome to IdentityServer4 (latest) — IdentityServer4 1.0.0 documentation
GitHub - IdentityServer/IdentityServer4: OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
The Big Picture — IdentityServer4 1.0.0 documentation
Supported Specifications — IdentityServer4 1.0.0 documentation
Packaging and Builds — IdentityServer4 1.0.0 documentation
Support and Consulting Options — IdentityServer4 1.0.0 documentation
Identity Server 4 With ASP.NET Core 2.0
ClaimsPrincipal Class (System.Security.Claims) | Microsoft Docs
Introduction to authorization in ASP.NET Core | Microsoft Docs
Simple authorization in ASP.NET Core | Microsoft Docs
Authentication and Authorization in ASP.NET Core
Introduction to Authentication in ASP.NET Core - TekTutorialsHub
https://medium.com/@vivekmadurai/different-ways-to-authenticate-a-web-application-e8f3875c254a
Different ways to Authenticate a Web Application | by Vivek Madurai | Medium
https://medium.com/@vivekmadurai/different-ways-to-authenticate-a-web-application-e8f3875c254a
IAuthenticationHandler.AuthenticateAsync Method (Microsoft.AspNetCore.Authentication) | Microsoft Docs
https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.authentication.iauthenticationhandler?view=aspnetcore-5.0
User Registration & login Using Cookie Authentication ASP.NET Core - TekTutorialsHub
Introduction to ASP.NET Core Identity - TekTutorialsHub
JWT Authentication in ASP.NET Core in Web API - TekTutorialsHub
Introduction to Authorization in ASP.NET Core - TekTutorialsHub
Simple Authorization using Authorize attribute - TekTutorialsHub
Claims-Based Authorization in ASP.NET Core - TekTutorialsHub
Build your own OAuth 2.0 Server and OpenId Connect Provider in ASP.NET Core 6.0 - DEV Community 👩‍💻👨‍💻

Ch-09 Dependency Injections

Dependency injection in ASP.NET Core | Microsoft Docs
Dependency Injection in ASP.NET Core
Dependency Injection in ASP.NET Core
Dependency Injection In .NET Core
Implement And Register Dependency Injection In ASP.NET Core/.NET 6
c# - .NET Core Dependency Injection how to handle multiple objects - Stack Overflow
ASP.NET Core Dependency Injection - Registering Multiple Implementations of an Interface - Steve Gordon - Code with Steve
Use multiple implementations of an interface in ASP.NET Core | InfoWorld
How to register a service with multiple interfaces in ASP.NET Core DI
Built-in IoC Container in ASP.NET Core.
Dependency injection in ASP.NET Core | Microsoft Learn
Dependency injection - .NET | Microsoft Learn
c# - In ASP.NET Core how do you get a scoped service instance in a non-controller class? - Stack Overflow
c# - Get instance of singleton service in startup - Stack Overflow
Configuration in ASP.NET Core | Microsoft Learn
c# - how to access a singleton service in program.cs which was defined in startup.cs - Stack Overflow
.NET Core Singleton Dependency Injection With Real Use Case
c# - How to access IWebHostEnvironment from Program.cs in ASP.NET Core - Stack Overflow

Ch-12 Action Filters

ASP.NET Core - How to add your own action filter | MAKOLYTE
c# - How to use ETag in Web API using action filter along with HttpResponseMessage - Stack Overflow
Action Filters in .NET Core Web API - How to Write Cleaner Actions
Filters in ASP.NET Core | Microsoft Learn

ABP

Api

API/Auto API Controllers | Documentation Center | ABP.IO
API/Dynamic CSharp API Clients | Documentation Center | ABP.IO
API/Static CSharp API Clients | Documentation Center | ABP.IO
API/Application Configuration | Documentation Center | ABP.IO

Web Development

tutorials/book store/part 1 | Documentation Center | ABP.IO
Tutorials/Part 1 | Documentation Center | ABP.IO
Tutorials/Part 2 | Documentation Center | ABP.IO
Tutorials/Part 3 | Documentation Center | ABP.IO
Tutorials/Part 4 | Documentation Center | ABP.IO
Tutorials/Part 5 | Documentation Center | ABP.IO
Tutorials/Part 6 | Documentation Center | ABP.IO
Tutorials/Part 7 | Documentation Center | ABP.IO
Tutorials/Part 8 | Documentation Center | ABP.IO
Tutorials/Part 9 | Documentation Center | ABP.IO
Tutorials/Part 10 | Documentation Center | ABP.IO

Angular - MongoDb

Tutorials/Part 1 | Documentation Center | ABP.IO
Tutorials/Part 2 | Documentation Center | ABP.IO
Tutorials/Part 3 | Documentation Center | ABP.IO
Tutorials/Part 5 | Documentation Center | ABP.IO
Tutorials/Part 6 | Documentation Center | ABP.IO
Tutorials/Part 7 | Documentation Center | ABP.IO
Tutorials/Part 8 | Documentation Center | ABP.IO
Tutorials/Part 9 | Documentation Center | ABP.IO
Tutorials/Part 10 | Documentation Center | ABP.IO

MVC - Ef and SQL Server

Tutorials/Part 1 | Documentation Center | ABP.IO
Tutorials/Part 2 | Documentation Center | ABP.IO
Tutorials/Part 3 | Documentation Center | ABP.IO
Tutorials/Part 4 | Documentation Center | ABP.IO
Tutorials/Part 5 | Documentation Center | ABP.IO
Tutorials/Part 6 | Documentation Center | ABP.IO
Tutorials/Part 7 | Documentation Center | ABP.IO
Tutorials/Part 8 | Documentation Center | ABP.IO
Tutorials/Part 9 | Documentation Center | ABP.IO
Tutorials/Part 10 | Documentation Center | ABP.IO

Install

getting started setup environment | Documentation Center | ABP.IO
getting started create solution | Documentation Center | ABP.IO
getting started running solution | Documentation Center | ABP.IO
Getting Started Setup Environment | Documentation Center | ABP.IO
Getting Started Create Solution | Documentation Center | ABP.IO
Getting Started Running Solution | Documentation Center | ABP.IO
Manage mongod Processes — MongoDB Manual
Getting Started Running Solution | Documentation Center | ABP.IO

Angular With MongoDb

Getting Started Setup Environment | Documentation Center | ABP.IO
CLI | Documentation Center | ABP.IO
Getting Started Create Solution | Documentation Center | ABP.IO
Getting Started Running Solution | Documentation Center | ABP.IO
windows 7 - ng is not recognized as an internal or external command - Stack Overflow
It warns NPM is not installed when run abp install-libs,but I have installed . · Issue #12995 · abpframework/abp

Fundamentals

DependencyInjection

Dependency Injection | Documentation Center | ABP.IO

Localization

Localization | Documentation Center | ABP.IO
UI/Angular/Localization | Documentation Center | ABP.IO

Architecture

DDD

Domain Driven Design | Documentation Center | ABP.IO
Entities | Documentation Center | ABP.IO
DDD_Aggregate
Best Practices/Entities | Documentation Center | ABP.IO
Value Objects | Documentation Center | ABP.IO
Repositories | Documentation Center | ABP.IO
Domain Services | Documentation Center | ABP.IO
Specifications | Documentation Center | ABP.IO
Application Services | Documentation Center | ABP.IO
Validation | Documentation Center | ABP.IO
FluentValidation | Documentation Center | ABP.IO
Data Transfer Objects | Documentation Center | ABP.IO
Unit Of Work | Documentation Center | ABP.IO
ABP Framework - Open Source Web Application Framework
Best Practices/Module Architecture | Documentation Center | ABP.IO

Multi-Tenancy

Multi Tenancy | Documentation Center | ABP.IO
Multi Tenancy | Documentation Center | ABP.IO
Modules/Tenant Management | Documentation Center | ABP.IO

Agile

Scenarios, User Stories and Use Cases…Oh My! » Akendi UX Blog
Writing Negative User stories | Scrum.org
How to Classify Positive and Negative Test Scenarios - A Tester's Cheat Sheet
Positive vs Negative Test Cases: Which is Which? | B2T Training
What is Negative Testing and How to Write Negative Test Cases?

Excel

How to generate random character strings in a range in Excel?

Programming_Languages

CSharp

Reflection

Reflection (C#) | Microsoft Docs
C# - Reflection
What is Reflection in C#? - GeeksforGeeks
Reflection In .NET
How C# Reflection Works With Code Examples
Reflection introduction - The complete C# tutorial
Reflection in C# - Code Maze
java - What is reflection and why is it useful? - Stack Overflow
Reflective programming - Wikipedia
What is “Reflection” in Programming?
Coding Concepts - Reflection - DEV Community 👩‍💻👨‍💻
Question
Reflection in Java - GeeksforGeeks
Java Reflection (With Examples)

Attribute

Tutorial: Use attributes - C# | Microsoft Docs
Attributes (C#) | Microsoft Docs
Attributes in C# - GeeksforGeeks
A Walkthrough of C# Attributes
Using Attributes in C# | Pluralsight
How to work with attributes in C# | InfoWorld
Attributes in C# - Using Attributes in C# Tutorial|KnowledgeHut
Attributes and Reflection - C# in Simple Terms
How Do Attributes Work in C#?
c# - How do Data Annotations work? - Stack Overflow
Download Visual Studio 2003 Retired Technical documentation from Official Microsoft Download Center
Using Data Annotations to Customize Data Classes | Microsoft Docs
Validation with the Data Annotation Validators (C#) | Microsoft Docs
How data annotations for ASP.NET MVC validation work – Rachel Appel
c# - How do attribute classes work? - Stack Overflow
Sql server, .net and c# video tutorial: Part 52 - C# Tutorial - Attributes in C#
Decorator Pattern Using C#
Decorator Pattern in C#

Async Programming

Asynchronous Programming with Async and Await in ASP.NET Core
Creating an Async Web API with ASP.NET Core - Detailed Guide | Pro Code Guide
Building fully Asynchronous ASP.NET Core Web API
YouTube
Async processing of long-running tasks in ASP.NET Core | elmah.io
Async and Await In C#
Asynchronous Programming With C#
Asynchronous programming in C# | Microsoft Docs
Asynchronous programming - C# | Microsoft Docs
C# async await explained - NDepend
C# async/await - using async await keywords in C#
Understanding Control Flow with Async and Await in C# | Pluralsight
C# Tutorial: Getting Started with Async and Await | Pluralsight
C# Async Antipatterns
Constraining Concurrent Threads in C#
asynchronous - Async/await and parallel in C# - Stack Overflow
Asynchronous versus parallel versus concurrent programming - Learning Scala Programming [Book]
Asynchronous and Parallel Programming
Difference Between Asynchronous and Multithreading in C#
Concurrency vs. Parallel vs. Async in .NET - DEV Community
Are asynchronous and parallel programming the same?
Question
Tasks and Parallelism: The New Wave of Multithreading
Event Driven Programming in C# — Observer Pattern | by Jordan Lee | Level Up Coding
Generate and consume async streams | Microsoft Docs
Async streams in C# – Deep Dive | DotNetCurry
c# - Reading all lines from file asynchronously and safely - Stack Overflow
Async streams in C# | Damir's Corner
Async Streams with C# 8 – csharp.christiannagel.com
Chapter 5. Creating observables from .NET asynchronous types · Rx.NET in Action
Chapter 5. Creating observables from .NET asynchronous types - Rx.NET in Action
c# - Subscribing to observable sequence with async function - Stack Overflow
C# events as asynchronous streams with ReactiveX or Channels - DEV Community
Differentiate between Observables and Promises.
C# Language Tutorial => Initialize ObservableCollection<T>
ObservableCollection<T> Constructor (System.Collections.ObjectModel) | Microsoft Docs
ObservableCollection.Any C# (CSharp) Code Examples - HotExamples
Initialize ObservableCollection, Array of observablecollection,
ObservableCollection Simply Explained - CodeProject
ObservableCollection in WPF
Responding to changes - The complete WPF tutorial
ObservableCollection<T> Class (System.Collections.ObjectModel) | Microsoft Docs
c# - ObservableCollection<> vs. List<> - Stack Overflow
c# - awaiting on an observable - Stack Overflow
c# - await on observable to complete - Stack Overflow
c# - What is the use of ObservableCollection in .net? - Stack Overflow
GitHub - Cysharp/ObservableCollections: High performance observable collections and synchronized views, for WPF, Blazor, Unity.
Getting notified when collection changes with ObservableCollection in C# .NET | Exercises in .NET with Andras Nemes
Asynchronous Composition with the Reactive Extensions
system.reactive Tutorial => Wrapping an async method as an observable
GitHub - dotnet/reactive: The Reactive Extensions for .NET
An intro to Observables and how they are different from promises
Converting a collection to asynchronous Observable | Multithreading in C# 5.0 Cookbook
Observables: Asynchronous Data Streams | Learning UniRx [2] - YouTube
The Reactive Extensions for .NET - YouTube
Chapter 5. Creating observables from .NET asynchronous types - Rx.NET in Action
Chapter 5. Creating observables from .NET asynchronous types - Rx.NET in Action
c# - How Async streams compares to reactive extension? - Stack Overflow
Comparing IAsyncEnumerable and IObservable for event streams - DEV Community
Can someone explain me why should I use IAsyncEnumerable instead of ObserveableCollection : r/csharp
Async streams - C# 8.0 draft specifications | Microsoft Docs
c# - What is difference between push based and pull based structures like IEnumerable<T> and IObservable<T> - Stack Overflow
C# LINQ: What is the difference between a Pull model and a Push model?
Data-Pull Model and Data-Push Model - Win32 apps | Microsoft Docs
Asynchronous Streams in C# - DEV Community
Asynchronous Streams in C# with Examples - Dot Net Tutorials
Async and Await Operators in C# with Examples - Dot Net Tutorials
How to Cancel Asynchronous Stream in C# - Dot Net Tutorials
How to use asynchronous streams in C# 8.0 | InfoWorld
IObserver<T> Interface (System) | Microsoft Docs
How to: Implement an Observer | Microsoft Docs
Design patterns Tutorial => Observer using IObservable and...
C# Interfaces - IObservable
Observer Design Pattern in C# - Code Maze
Advanced Observer Design Pattern via IObserver Interfaces
Asynchronous Streams In C# 8.0
Asynchronous streams in C# 8.0
https://developers.redhat.com/blog/2020/02/24/c-8-asynchronous-streams
C# 8 asynchronous streams | Red Hat Developer
Asynchronous Streams in C# 8 with Examples - Dot Net Tutorials
Getting Started with Asynchronous Streams - CodeProject
c# - Preferred method for generating an IObservable<String> from a Stream - Stack Overflow
Chapter 14. Data streams and the Reactive Extensions · Functional Programming in C#: How to write better C# code
Chapter 14. Data streams and the Reactive Extensions - Functional Programming in C#: How to write better C# code
Chapter 14. Data streams and the Reactive Extensions - Functional Programming in C#: How to write better C# code
SignalR + RX (Streaming Data Demo App 1 of 2) - CodeProject
Implementing the Observer Pattern using Rx. - CodeProject
Observer Design Pattern in .NET C# | Ahmed Tarek | Level Up Coding
ReactiveX
IObservable<T> Interface (System) | Microsoft Docs
Reactive Programming with C# | Packt
Observer Design Pattern in C# with Examples - Dot Net Tutorials
Event stream manipulation using Rx – Part 2 | endjin
Code Editor
c# - What's the difference between await (async) Task and await Task? - Stack Overflow
c# - Entity Framework Queryable async - Stack Overflow
c# - How do I get a return value from Task.WaitAll() in a console app? - Stack Overflow
c# - Threading.Tasks.Task' does not contain a definition for 'Result' - Stack Overflow
Process asynchronous tasks as they complete | Microsoft Docs
How to Execute Multiple Tasks in C# with Examples - Dot Net Tutorials
multithreading - Difference between the TPL & async/await (Thread handling) - Stack Overflow
c# - Difference between await and async and Task parallel library - Stack Overflow
c# - What are the benefits of using async/await over Task Parallel Library alone? - Stack Overflow
asp.net - Whether to use TPL or async /await - Stack Overflow
Asynchronous Programming With Async And Await
TPL and Traditional .NET Asynchronous Programming | Microsoft Docs
C# – Difference between await and async and Task parallel library – iTecNote
Async vs. TPL
c# - Parallel.ForEach vs Task.Run and Task.WhenAll - Stack Overflow
c# - Parallel.ForEach vs Task.Factory.StartNew - Stack Overflow
c# - Perform multiple tasks async in parallel and save results to database UnitOfWork is null - Stack Overflow
c# - Task and multiple operations on Context - Stack Overflow
c# - Parallel.ForEach with adding to list - Stack Overflow
c# - Entity Framework Core: A second operation started on this context before a previous operation completed - Stack Overflow
multithreading - ASP.NET Core 3.1 InvalidOperationException: A second operation started on this context before a previous operation completed - Stack Overflow
c# - EF Core - A second operation started on this context before a previous operation completed. Any instance members are not guaranteed to be thread safe - Stack Overflow
c# - Async method: Second operation was started on this context before a previous operation completed - Stack Overflow
[BUG] A second operation started on this context before a previous operation completed. This is usually caused by different threads using the same instance of DbContext. · Issue #21987 · dotnet/efcore · GitHub
entity framework - Parallel Read and Dbcontext threading ssues - Stack Overflow
c# - How to solve the error A second operation started on this context before a previous operation completed - Stack Overflow
c# - Best practice to call ConfigureAwait for all server-side code - Stack Overflow
c# - When should I use ConfigureAwait(true)? - Stack Overflow
c# - Difference between ConfigureAwait(false) and omitting await? - Stack Overflow
Which do I use, ConfigureAwait True or False? - Brian Lagunas
How does ConfigureAwait(false) work? - DotNetDocs
Using ConfigureAwait to improve your application | John Thiriet
ConfigureAwait FAQ - .NET Blog
Asynchronous programming with async, await, Task in C#
The Task Asynchronous Programming (TAP) model with async and await (C#)" | Microsoft Learn
Asynchronous programming in C# | Microsoft Learn
c# - Async Task vs Task.Run - Stack Overflow
c# - Async/Await vs Threads - Stack Overflow
c# - Async/Await vs Threads Scenario - Stack Overflow
c# - async await and threading - Stack Overflow
c# - What is the difference between asynchronous programming and multithreading? - Stack Overflow
c# - Why Use Async/Await Over Normal Threading or Tasks? - Stack Overflow
c# - If async-await doesn't create any additional threads, then how does it make applications responsive? - Stack Overflow
Task.Run Method (System.Threading.Tasks) | Microsoft Learn
Task Class (System.Threading.Tasks) | Microsoft Learn
c# - await vs Task.Wait - Deadlock? - Stack Overflow
c# - asyn await vs await task.run - Stack Overflow
c# - What is the difference between Task.Run(async).Wait() and sync method? - Stack Overflow
c# - Async/Await VS Task.Run : When to use ? How to use? - Stack Overflow
c# - Understanding async / await and Task.Run() - Stack Overflow
c# - An async method with await vs A normal method that returns a Task - Stack Overflow
c# - Is using Task.Run a short hand for async await? - Stack Overflow
c# - Why does an async Task.Run terminate a Thread and a Task Run does not? - Stack Overflow
c# - When correctly use Task.Run and when just async-await - Stack Overflow
(16) Should I use ConfigureAwait(true) or ConfigureAwait(false)? | LinkedIn
When to use ConfigureAwait(false)? : csharp

While

Question
php - Difference between an If statement and While loop - Stack Overflow
Difference Between For loop and While loop (With Table) – Ask Any Difference
Difference between for and while loop in C, C++, Java - GeeksforGeeks
Difference Between for and while loop (with Comparison Chart) - Tech Differences
The Difference Between For Loops and While Loops in JavaScript | by Alex Richards | Level Up Coding
Difference Between for and while loop
Difference between while loops and FOR loops? | Codecademy

Project Folder and Files

NuGet Package Restore | Microsoft Docs
Question
What Does It Really Mean to Install a NuGet Package In a .NET Core Project Within Visual Studio – Mihai-Albert.com
What is bin and obj folder in C#?
Clean Solution - Visual Studio Marketplace
What are the obj and bin folders (created by Visual Studio) used for? - Stack Overflow
C# bin vs obj Folder - CodeProject
Importance of Bin and Obj Folders in .NET
Manage references in a project - Visual Studio (Windows) | Microsoft Docs
What does Visual Studio's "Add reference" actually do? - Stack Overflow
Project Reference Vs Dll Reference in Visual Studio
How are references located in .NET? - Stack Overflow
YouTube
Manage project and solution properties - Visual Studio (Windows) | Microsoft Docs
What does the .csproj file do? - Stack Overflow
How to run a program (C#) - Visual Studio (Windows) | Microsoft Docs
Explain the purpose of the .csproj file in an ASP.NET application
CSPROJ File Extension - What is a .csproj file and how do I open it?
Understanding the Project File | Microsoft Docs

Enums

C# | Enumeration (or enum) - GeeksforGeeks
C# Enums
C# Enumerations Type - Enum
Enumeration types - C# reference | Microsoft Docs
Enum in C#
.net - Enum is Reference Type or Value Type? - Stack Overflow
Understanding Value Types And Reference Types In C# Using Classes, Structs And, Enums
A deep dive: Value and reference types in .Net | InfoWorld
Enum is Reference Type or Value Type?
c# - Enum with object or a dictionary-like enum - Stack Overflow
algorithm - Create a List of objects using enum data C# - Stack Overflow
Using Enumeration classes instead of enum types | Microsoft Docs
Enum Class (System) | Microsoft Docs

Switch

c# - Is there a better alternative than this to 'switch on type'? - Stack Overflow
c# - Using Case/Switch and GetType to determine the object - Stack Overflow
c# - Switch with Object Instances - Stack Overflow

Linq

Where

Reimplementing LINQ to Objects: Part 2 – “Where” | Jon Skeet's coding blog
c# - How does LINQ Where() clause in .Net work? - Stack Overflow
How to add custom methods for LINQ queries (C#) | Microsoft Docs
Exercise: Implement a LINQ method - C# LINQ Background Topics
LINQ Internals (Where, Select, SelectMany and Join)
Dixin's Blog - LINQ to Objects in Depth (5) Query Methods Implementation
How does a C# LINQ Query execute and How does this affect Performance? | DotNetCurry

OrderBy_GroupBy

ThenBy & ThenByDescending - Sorting Operators
Sorting data: the OrderBy() & ThenBy() methods - The complete C# tutorial
SQL GROUP BY Statement
SQL Server GROUP BY
SQL GROUP BY | Intermediate SQL - Mode
Sql server, .net and c# video tutorial: Group By - Part 11
How to Order By Two Columns in SQL? | LearnSQL.com
SQL Server ORDER BY clause By Practical Examples
SQL ORDER BY Multiple Columns
Sorting on multiple columns - IBM Documentation
How to order by multiple columns using Lambas and LINQ in C# - DZone Java
Ordering Data in LINQ Queries by More Than One Column - CodeProject
Ordering data in LINQ Queries by more than one column - Daily .NET Tips
LINQ Group By Multiple Columns - Sensible Dev
[SOLVED] => Ordering in Linq to Entities Multiple Columns
c# - Group by in LINQ - Stack Overflow
Group query results (LINQ in C#) | Microsoft Docs
Linq GroupBy in C# With Examples - Dot Net Tutorials
Grouping data: the GroupBy() Method - The complete C# tutorial
LINQ | Grouping Operator | GroupBy - GeeksforGeeks
c# - How to implement Linq OrderBy method? - Stack Overflow
Reimplementing LINQ to Objects: Part 45 – Conclusion and List of Posts | Jon Skeet's coding blog
Reimplementing LINQ to Objects: Part 26b – OrderBy{,Descending}/ThenBy{,Descending} | Jon Skeet's coding blog

ToDictionary

Reimplementing LINQ to Objects: Part 25 – ToDictionary | Jon Skeet's coding blog

Extension-Method

Extension Methods - C# Programming Guide | Microsoft Docs
C# Extension Method

Logging Framework and Exception Handling

C# - Exception Handling
C# Exception Handling Best Practices – Stackify
What Is an Exception? (The Java™ Tutorials > Essential Java Classes > Exceptions)
Exception handling - Wikipedia
What is exception? - Definition from WhatIs.com
Exception Handling in C# - GeeksforGeeks
Exceptions and Exception Handling | Microsoft Docs
Exception Handling - C# Programming Guide | Microsoft Docs
Exception Handling in C#
Difference Between Error and Exception in Java (with Comparison Chart) - Tech Differences
What is difference between Errors and Exceptions? - Stack Overflow
Difference between Exception and Error in Java
Exception Vs Error in Java - Javatpoint
Difference between Exception and Error
What is the difference between errors and exceptions in Java?
Software Error vs Exception – In Real World Examples – Stackify
Create Custom Exception Class in C#
How to: Create User-Defined Exceptions | Microsoft Docs
Creating Custom Exception in C# Examples - Dot Net Tutorials
1.11. Exception Handling — Problem Solving with Algorithms and Data Structures
Exception handling in java with examples
What's an Exception and Why Do I Care?
Exception Handling in Python
Exception Handling in Java | Multiple Reasons Why Exception Occurs?
C# exception handling best practices | elmah.io
Error Handling in Large .NET Projects - Best Practices | DotNetCurry
Log4net for .NET Logging: The Only Tutorial and 14 Tips You Need to Know – Stackify
How to Do Logging in C# With Log4net
Kailash's Blogs: How to use log4net in C# Console Application
visual c# .net - logic errors
C# Errors & Exceptions: Introduction to Errors and Debugging
C# Logging best practices in 2021 with examples and tools · Raygun Blog
NLog vs log4net vs Serilog: Compare .NET Logging Frameworks – Stackify
Top logging frameworks for .NET applications & the best config tips view
Logging in C# .NET Modern-day Practices: The Complete Guide - Michael's Coding Spot
.NET Logging Libraries - The Ultimate Guide To Logging
New tab
File target · NLog/NLog Wiki · GitHub
Basic Understanding Of NLog
YouTube
Logging in .NET Core 3.0 and Beyond - Configuration, Setup, and More - YouTube
Logging in .NET | Microsoft Docs

Parallel Programming

Parallel Programming in .NET: A guide to the documentation | Microsoft Docs
Task Parallel Library (TPL) | Microsoft Docs
Parallel Programming in .NET
Parallel Programming Part 1: Introducing Task Programming Library
Parallel For Loop in C# with Examples - Dot Net Tutorials
Task Parallel Library in C# with Examples - Dot Net Tutorials
Parallel Programming in C# – Csharp Star
Threads in C# – Csharp Star
Concurrent Programming in .NET Core | DotNetCurry
Threading in C# - Free E-book
Learn Multithreading and Parallel Programming in C# and .Net - Tutorialspoint
C# - Multithreading
Threads In C#
C# Thread Class - javatpoint
Learn C# Tutorials : Learn CSharp Step by Step
What are Threads in Computer Processor or CPU? - GeeksforGeeks
What Is a CPU Thread? A Basic Definition | Tom's Hardware
CPU Core, Multi-Core, Thread, Core vs Threads, Hyper-Threading
What Are Threads in Computer Processors? A Detailed Explanation
Thread (computing) - Wikipedia
What Is Hyper-Threading? - Intel
CPU Cores versus Threads Explained | Daves Computer Tips
How to Check How Many CPU Threads Do I Have? - PC Guide 101
CPU Cores vs Threads: Terminology Explained - Emerald for Home
CPU Cores vs Threads Explained - What's the difference? - TechCult
Question
Cores vs Threads – What are the key differences? | Temok Hosting Blog
CPU Cores vs. Logical Processors & Threads
What is multithreading?
What is Multithreading? - Definition from Techopedia
Multithreading (computer architecture) - Wikipedia
What Is Multithreading and Multithreaded Applications | TotalView
What is Multithreading? | Types, Uses of Multithreading with Career Scope
Multithreading vs Multiprocessing: What’s the difference?
concurrency - Can a single process run in multiple cores? - Stack Overflow
multi core - Can a single process be executed in two or more processors in a multiprocessor system? - Super User
multithreading - How does a single thread run on multiple cores? - Software Engineering Stack Exchange
https://docs.oracle.com/cd/E19253-01/816-5137/mtintro-25092/index.html
Threads vs. Processes: A Look At How They Work Within Your Program
Difference between Process and Thread
Difference between Process and Thread - GeeksforGeeks
Process vs Thread: What’s the difference?
Process Vs. Thread | Difference Between Process and Thread - javatpoint
Process vs. Thread | Baeldung on Computer Science
Java Concurrency | Baeldung
How to Start a Thread in Java | Baeldung
Thread Class (System.Threading) | Microsoft Docs
Using threads and threading | Microsoft Docs
C# Thread (Threading) - Tutlane
Task And Thread In C#
Task vs Thread differences in C#
c# - Task vs Thread differences - Stack Overflow
Difference Between Task and Thread
Thread vs Task in C# | Delft Stack
Difference Between C# Task and Thread With Code - Dot Net For All
C# - Task vs thread, what is the difference between the two?
What's the difference between Thread and Task in C# · GitHub
Task Class (System.Threading.Tasks) | Microsoft Docs
Task Vs Thread ( C#) - DEV Community
What is the difference between a thread/process/task? - Stack Overflow
Task-based asynchronous programming - .NET | Microsoft Docs
Tasks in C# Asynchronous Programming
Task in C# Asynchronous Programming - Dot Net Tutorials
Chaining Tasks by Using Continuation Tasks in C# - Dot Net Tutorials
Parallel and Asynchronous Programming - Dot Net Tutorials
The Task Asynchronous Programming (TAP) model with async and await (C#)" | Microsoft Docs
C# Task - Code with Shadman
C# Task - Tutlane
Asynchronous, Multi-Threaded Programming With Example In C#
C# Multithreading - javatpoint
C# Multithreading - GeeksforGeeks
Multithreading With .NET
Multithreading in C# With Examples - Dot Net Tutorials
Multithreading in C#
Multi-threading in C-Sharp - ParTech
Multi-threading in C-Sharp - ParTech
Understanding Multithreading And Multitasking In C#
Multithreading in Detail
Differences between multithreading and multitasking in C# - Stack Overflow
Cooperative Multitasking vs Preemptive Multitasking - C# Concurrency for Senior Engineering Interviews
Differences Between Multithreading and Multitasking for Programmers - NI
Difference between Multi-tasking and Multi-threading - GeeksforGeeks
Performing Multithreading and Multitasking with Threads and Tasks - C# 8 and .NET Core 3.1 Recipes - Second Edition [Video]
Difference Between Multitasking and Multithreading in OS
Multi-threading in C# With Tasks
multi threading vs parallel tasks
Task Parallelism In Multithreading
.NET Multithreading Example Using Task Parallel Library
c# - What is the difference between multi threading and tasks? - Stack Overflow
c# - differences between multithread and multitask - Stack Overflow
Difference Between Multithreading and Multitasking
c# - Task.Run vs Invoke() difference - Stack Overflow
Difference Between Task.Run and Task.Factory.StartNew - Code Maze
c# - Task.Factory.StartNew vs. Parallel.Invoke - Stack Overflow
.net - Task.Run vs Task.WhenAll vs Parallel.Invoke vs others: Run tasks in parallel and Get result in C# - Stack Overflow
Parallel.Invoke() vs. Explicit Task Management - .NET Parallel Programming
Parallel.Invoke. Task.Factory.StartNew – The Blog of Colin Mackay
C# – Task.Factory.StartNew vs. Parallel.Invoke – iTecNote
Parallel Invoke Method in C# with Examples - Dot Net Tutorials
[SOLVED] - Cores vs Threads Explained.. | Tom's Hardware Forum
CPUs and Threads
What Is Core And Threads In CPU ? - MIUI ROM - Mi Community - Xiaomi
Thread in Operating System - GeeksforGeeks
What is Multithreading? - YouTube
Difference between Multiprocessing and Multithreading - YouTube
What is Multithreading? - YouTube
Difference between Multiprocessing and Multithreading - YouTube
Introduction to Threads - YouTube
What is Thread (Computer Science) - YouTube
Process vs Thread - YouTube
How many threads per core? - Stack Overflow
Concurrency vs. Parallelism
c# - Adding to a list in a Parallel.ForEach loop in a threadsafe manner - Stack Overflow
Modifying properties in a C# list of objects in parallel - Stack Overflow
c# - Parallel.For() updating properties of an item - Stack Overflow
Task Parallel Library 101 Using C#
Task Parallel Library (TPL) | Microsoft Learn
Task-based asynchronous programming - .NET | Microsoft Learn
C# Guide: Async Programming with Task Parallel Library | Pluralsight
C# TPL(Task Parallel Library) And Tasks Tutorial - The EECS Blog
What is the Difference Between a Process and a Thread
multithreading - What is the difference between a process and a thread? - Stack Overflow
What is a Thread in OS and what are the differences between a Process and a Thread?
C# Process tutorial - working with processes in C# language
Understanding Process in C#
Working with processes using C# - Jonathan Crozier
ThreadPool Class (System.Threading) | Microsoft Learn
Thread Pooling in C#
Thread Pool in C# with Examples - Dot Net Tutorials
C# ThreadPool and Its Task Queue Explained (With Example) - Owlcation
Understanding thread pools in C# | InfoWorld
How Thread pool works in C# - DotNetDocs
medium.com
Overview of C# Async Programming with Thread pools and Task Parallel Library | by Lior Shalom | DevTechBlogs | Medium
Ways of creating multi-threaded applications in .NET (Part 2). ThreadPool Class | Insights | *instinctools

Delegates , Events , Lambda

Delegates - C# Programming Guide | Microsoft Docs
Using Delegates - C# Programming Guide | Microsoft Docs
C# Delegates
Difference between delegates and events in C#
Func delegate in C#
Action Delegate in C#
C# | Delegates - GeeksforGeeks
C# .NET Delegates and Events
How and Why to Use Delegates in C# | Pluralsight
C# Programming/Delegates and Events - Wikibooks, open books for an open world
Delegates and Events In C# .NET
Delegates vs. events | Microsoft Docs
Events in C#
Delegates and events
Delegates and Events in C# / .NET
C# Delegates and Event Handlers | Pluralsight
Handling and Raising Events | Microsoft Docs
C# - Events
Events - C# Programming Guide | Microsoft Docs
How to subscribe to and unsubscribe from events - C# Programming Guide | Microsoft Docs
Publish events that conform to .NET Guidelines - C# Programming Guide | Microsoft Docs
How to raise base class events in derived classes - C# Programming Guide | Microsoft Docs
How to implement interface events - C# Programming Guide | Microsoft Docs
How to implement custom event accessors - C# Programming Guide | Microsoft Docs

Record and Struct

.net 5 - When to use record vs class vs struct - Stack Overflow
The Code Blogger - C# Record – How is it different from classes?
(C# 9.0) Record types vs class vs struct type, positional records and non-destructive mutation | THE CRUX: record types are meant for storing read-only, init-once data. They serve the purpose of ValueTypes, but in reality they are reference types; they have best of both the worlds. They, being reference types, can be efficiently passed as function arguments(like class objects), and yet they carry data like structs [though read-only] but the data doesn't get copied during function calls - this promotes efficiency. They are 2-in-1: they are RefTypes but they perform the task of ValueTypes (though read-only, init-once). So with C# 9.0 we have a triad - class, struct and record. Two different instances of records are equal if they contain the same data (like structs, and un-like the classes!) The "positional record" syntax makes it easier to create their objects, and the newly introduced "with" expressions make it even easier to create their exact copies, possibly with just-in-time alterations to some of their properties.
Classes, structs, and records in C# | Microsoft Docs
Use record types - C# tutorial | Microsoft Docs
What's the Difference Anyway?! Class, Struct, Record, oh my! - Coding with Calvin
C# 10 - Record Class vs Record Struct | Felipe Henrique
Answer: When to use record vs class vs struct - DEV Community
Difference between class and record type in C# - Josip Miskovic
Struct in C#
Structure types - C# reference | Microsoft Docs
C# struct (With Examples)
Struct In C#
Defining Structs in C#
Understanding Structures in C#
C# Structs - javatpoint
c# - Comparing two structs using == - Stack Overflow
C# Tutorial - struct equality
Records - C# reference | Microsoft Docs
C# 9.0 - Introduction To Record Types
C# 9.0 - Record Types
How to work with record types in C# 9 | InfoWorld

Anonymous Function and Lambda Expression

Lambda Expressions in C# - GeeksforGeeks
Lambda expressions - C# reference | Microsoft Docs
Anonymous Method in C# - GeeksforGeeks
Lambda Expressions in C#
Anonymous method in C#
Delegates with Named vs. Anonymous Methods - C# Programming Guide | Microsoft Docs
Anonymous Methods In C#
Anonymous Methods And Lambda Expressions In C#
C# Anonymous Methods ( Delegates) Tutorial with Examples
Anonymous Method in C# Examples - Dot Net Tutorials
Anatomy of the Lambda Expression
Understanding Lambda Expressions in C# | endjin
C# Lambda Expressions Simplified | Syntax & Practical Examples 101
C# lambda expression - using lambda expressions in C#
Coding Games and Programming Challenges to Code Better

Generics

C# Generics
C# Generic Constraints
C# Generic & Non-generic Collections
Generic classes and methods | Microsoft Docs
Generics in C# with Examples - Dot Net Tutorials
Generic Constraints in C# with Examples - Dot Net Tutorials
C#. Hierarchies of generic classes | BestProg
C# Generics: Generic Classes and Inheritance
C# Generics Part 3/4: Casting, Inheritance, and Generic Methods | CodeGuru
Constraining Generics in C#
Generic Types and Inheritance - Rick Strahl's Web Log
Generic Classes - C# Programming Guide | Microsoft Docs
Crossing the Generics Divide
C# – Generics and Inheritance with Collections – iTecNote
Generic Class and Generic Method and Constraints in C#

Benchmark

How to benchmark C# code using BenchmarkDotNet | InfoWorld
dotnet/BenchmarkDotNet: Powerful .NET library for benchmarking
Introduction to Benchmarking in C# and ASP.NET Core Projects
https://www.stevejgordon.co.uk/introduction-to-benchmarking-csharp-code-with-benchmark-dot-net
Benchmark Using BenchmarkDotNet

Static

Dependency Injection vs Static Methods - Software Engineering Stack Exchange
c# - Implementing a Service Layer with a Static Class - Software Engineering Stack Exchange
Don't Use Service Classes with Static Methods | Codementor
c# - .NET core dependency injection vs static - Stack Overflow
c# - static methods vs dependency injection for data access layer - Stack Overflow

.Net

3.1 vs 5

Performance Improvements in .NET 5 - .NET Blog
Astonishing Performance of .NET 5: More Data | by Alex Yakunin | The Startup | Medium
.NET 5 performance regression (~10%) from .NET Core 3.1 · Issue #36907 · dotnet/runtime
Measuring Performance After Migration from .NET5 to .NET 6 | HackerNoon
Five Questions You May Have About ASP.NET Core For .NET 5
.NET 6 vs .NET 5: up to 40% speedup! | by Alex Yakunin | Medium

Visual Studio

Memeful Comments - Visual Studio Marketplace

Front-End

Cashing

How to cache images in Angular. In this article, we will see how we can… | by Gaurav Soni | Medium
Caching Images in Angular - Stack Overflow
Using Service Workers - Web APIs | MDN
Angular cache images when already loaded? - Stack Overflow
cash image angular - بحث Google‏
Angular Image Cache - StackBlitz
Angular Image Cache - StackBlitz
Angular Image Cache - StackBlitz
typescript - Best way to cache images for a portfolio website with Express/Angular - Stack Overflow
Client-Side Caching In Angular 8 Using HTTP Interceptor
Ashley Sheridan - Using Local Storage to Cache Images
javascript - Angular - How to cache an image indefinetly, regardless of the server's response headers - Stack Overflow
Guide for Caching and HTTP Cache Headers for Static Content
medium.com
Angular: Caching service using Http Interceptor | by Keith Strickland | Geek Culture | Medium
Caching HTTP Requests with Angular
Angular - Angular service worker introduction
Cache Interceptor in Angular - DEV Community 👩‍💻👨‍💻
Angular Interceptors to Manage HTTP Requests ⚡
Angular Http Caching using Interceptor and Refresh - YouTube
Angular14 Http Caching using Interceptor - Dot Net Office
Reading Local JSON files in angular 5
angular - How to inject HttpClient in static method or custom class? - Stack Overflow
javascript - Load json from local file with http.get() in angular 2 - Stack Overflow
typescript - Upload file to asset folder in Angular project - Stack Overflow
Save a file from file input in assets folder : r/angular
Cache HTTP requests with RxJS for Angular | by Aurélien Leloup | Medium
Caching HTTP Requests In Angular - Upmostly
Client side caching using HTTP Interceptor - Devonblog
http - Why is an OPTIONS request sent and can I disable it? - Stack Overflow
c# - In ASP.NET, Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header - Stack Overflow

Ch-04 Modules

What is an Angular Module? - Rangle.io : Angular Training
Adding Components, Pipes and Services to a Module - Rangle.io : Angular Training
Creating a Feature Module - Rangle.io : Angular Training
Lazy Loading a Module - Rangle.io : Angular Training
Shared Modules and Dependency Injection - Rangle.io : Angular Training
Angular - Introduction to modules
Angular - NgModules
Angular - Guidelines for creating NgModules
Angular - Feature modules
Angular Modules and NgModule - Complete Guide
How to Create Angular Modules to Organize Code
Understanding Angular Modules - DEV Community
Angular modules: Best practices for structuring your app - LogRocket Blog
How to create module with Routing in Angular 9 ? - GeeksforGeeks
Angular - Sharing modules
Using Shared Modules in Angular | Pluralsight
Angular - Sharing Modules - w3resource
Shared Modules in Angular - DEV Community 👩‍💻👨‍💻
(206) Creating shared module in angular - YouTube
How to Create Routing Module in Angular 11? - ItSolutionStuff.com

Ch-01 Introduction

Complete Angular Tutorial For Beginners - TekTutorialsHub
Angular 11 Tutorials
Install Angular 2 v11
Create Angular 2 Application
Angular 2 Components
Angular 7 Tutorial - Javatpoint
Angular - What is Angular?
Angular - Understanding Angular
What is Angular?: Architecture, Features, and Advantages [2022 Edition]
What is Angular? - Flatlogic Blog
What is Angular and why should we consider it? | Hexacta
What is angular used for? Is it good for your project? | Neoteric
Angular
Angular - Introduction to Angular concepts

Ch-02 Components

Angular - Angular Components Overview
Angular - Introduction to components and templates
Introduction to Angular Components and How to Implement It?
Components in Angular 8 - GeeksforGeeks
Angular Components Overview & Examples - TekTutorialsHub
Angular Components Detailed Overview
Components in Angular - Rangle.io : Angular Training
Understanding the Purpose of a Component and Its Basic Parts (Template, Class, Metadata) | Pluralsight
Angular Components (With Examples)
Component-First Architecture with Angular and Standalone Components - DEV Community
Angular Components 101 | Toptal
Angular 7 Components - Javatpoint
Angular Smart Components vs Presentational Components
Angular - Lifecycle hooks
Lifecycle Hooks - ts - GUIDE
Life Cycle Of Angular Components
Complete Guide: Angular lifecycle hooks - Angular inDepth
Component Lifecycle - Rangle.io : Angular Training
Lifecycle Hooks • Angular
How To: Basic Page Layout and Routing - Thinkster
Creating an Angular Dashboard Layout - Theming - Jason White
Creating the basic layout of our blog | Angular Projects - Second Edition
Angular Folder Structure Best Practices - TekTutorialsHub
Angular - 3 Patterns for Sharing Components, Modules, and Services
https://medium.com/@joao.aguas/angular-core-and-shared-modules-efe072bc9645
Angular: Core and Shared Modules. When building Angular applications some… | by Joao Aguas | Medium
ngroute - How to display common header and footer by default in angular 2? - Stack Overflow
medium.com
How to make Angular Project with many screens, including header, footer and navbar. | The Startup
YouTube
Create Admin Dashboard Basic Layout in Angular with collapsible Sidebar - YouTube
How to reuse common layouts in Angular using Router - Angular inDepth
Create an Angular Dashboard Application | Business Intelligence Dashboard | DevExpress Documentation
How to Build a Responsive Dashboard Application in Angular | Wijmo
Build an Enterprise Scalable Dashboard using Angular — Part 1 | by Landon Buttars | ITNEXT
Create a dashboard page (Angular)
How to Create an Angular Dashboard from Scratch using Angular Material
Free Angular Admin & Dashboard Template · CoreUI for Angular
Angular 4 - Examples
Angular 12 Create & Include Header Footer Sidebar Components - Therichpost
How to convert a simple HTML template into Angular Project – FahmidasClassroom
typescript - How to generate components in a specific folder with Angular CLI? - Stack Overflow
angular - Use component from another module - Stack Overflow
javascript - Error: 'app-header' is not a known element: Angular 2 - Stack Overflow
angular - Error: Template parse errors: 'app-header' is not a known element: - Stack Overflow
How to use component from another module with Angular? - The Web Dev
How to share component to multiple modules in Angular2

Ch-03 Templates, directives, and data binding

Templates, Directives, and Data Binding
A Practical Guide To Angular: Data Binding & Directive
Angular - Template syntax
Angular - Displaying values with interpolation
Angular - Glossary
Working with Templates, Directives and Data Binding in Angular -
Angular: Templates, directives, data binding, Services and dependency injection
Angular - Understanding templates
Angular Basics: Angular Templates Overview
Template Syntax - ts - GUIDE
What is the Angular template syntax?
Using Angular in the right way: Template Syntax - Angular inDepth
Angular Template Syntax Done Right | by Denis Cangemi | Level Up Coding
Angular Template Syntax - DEV Community
Angular Template - javatpoint
Angular Data Binding | Types of Data Binding in Angular 8 | Edureka
Angular 2 interpolation - one way data binding - HowToDoInJava
Interpolation in Angular 2(v 11)
Angular - Built-in directives
Angular - Directive
Angular Directives - TekTutorialsHub
What are Directives in Angular?. Directives are one of the most… | by Makesh Kumar | Bits and Pieces
Angular - Structural directives
Angular - Built-in directives
Angular 7 | Directives - GeeksforGeeks
A Practical Guide to Using and Creating Angular Directives - SitePoint
Angular 7 Directives - Javatpoint
Angular directives vs components | Key differences and Comparisons
Angular Directive Tutorial With Example | Custom Directives | Edureka
How to use and create custom directives in Angular
Creating a Custom Directive • Angular
Creating Custom Attribute Directives in Angular 11 | HTMLGoodies.com
How to Create Custom Directives in Angular 13 App - positronX.io
Angular - Attribute directives
Attribute Directives | AngularDart Community Documentation
Angular - Binding syntax
Angular - Two-way binding
Angular - Property binding
Data Binding in Angular - TekTutorialsHub
Angular Data Binding | Simplilearn [2022 Edition]
Data Binding in Angular 8 | Angular 8 Data Binding - Javatpoint
Angular - Transforming Data Using Pipes
Angular - Glossary
Angular - Understanding Pipes
Angular - Pipe
Angular Pipes: Learn How to Create and Implement | Simplilearn
What is the difference between a Decorator and Directive in angular? - Stack Overflow
What is the difference between a Decorator and Directive in angular?
Angular Directives - Thinkster

Ch-05 Routing

Angular - Angular Routing
Angular - Common Routing Tasks
A Complete Guide To Routing In Angular — Smashing Magazine
Routing in Angular 9/10 - GeeksforGeeks
A Complete Guide To Angular Routing
Routing Strategies • Angular
Working with Angular 14 Router | Techiediaries
Angular
Angular - Using Angular routes in a single-page application
Creating feature routing module in angular - YouTube
angular2 routing - Angular routerLink does not navigate to the corresponding component - Stack Overflow
How to set featured module default landing component via router in angular 2 - Stack Overflow

Interview Questions

Angular Interview Questions (2021) - InterviewBit
Top 35 Angular Interview Questions and Answers for 2022

Ch CRUD

typescript - Angular 2 Show and Hide an element - Stack Overflow
Angular ng-hide Directive

Drawing

Canvas Example Angular - StackBlitz

Errors

Pyhton

Node.js: Python not found exception due to node-sass and node-gyp - Stack Overflow
python - Getting error while installing node modules - Stack Overflow

Ch-06 HttpCommunications

typescript - How to make synchronous HTTP request in Angular 8 or 9 (make a request and wait) - Stack Overflow
async await - How to make program wait until observable is executed in Angular - Stack Overflow

New folder

Angular

Js Liberery

Convert Number To Words

converter - Convert Arabic numbers to words with javascript - Stack Overflow
number-to-arabic-words - npm
mmahgoub/tafgeetjs: An NPM module to convert currency digits into written Arabic words

Full-Stack

Projects

Create An App Using Angular 10, .NET Core Web API And SQL Server
Full-stack Tutorial: Angular 5 and ASP.NET Core | Toptal
Angular - Create a new project
Top 42 Free HTML5 Admin Dashboard Templates 2022 - Colorlib
Free Bootstrap 5 HTML5 Admin Dashboard Template Dashmin
ColorlibHQ/AdminLTE: AdminLTE - Free admin dashboard template based on Bootstrap 4
Angular - Setting up the local environment and workspace
Angular CLI | Angular Project Setup - GeeksforGeeks
Angular - Deploying an application
Convert HTML Elements into Angular Components | HTMLGoodies.com
Converting HTML Template into Angular 12 Project - Therichpost
How to convert an HTML template into Angular 9 - Quora
Convert HTML Template to Angular
How to convert HTML Template to Angular 6 Template – Frensol Tech
GitHub - iamchandu/html-to-angular6-template
(206) Angular - Reusable Layout Templates Using Angular Routing and Flex-layout Flexbox - YouTube
(206) Angular 8 Admin Dashboard Panel from scratch using Angular Material, highcharts and flex-layout 🎉🎉 - YouTube
soufiane-fadil/angular-material-dashboard: Angular Material Dasshboard using Angular Material, highcharts and flexbox

AutoMapper

Getting Started with AutoMapper in ASP.NET Core - Code Maze
Working With AutoMapper In ASP.NET Core
What is AutoMapper and using it in ASP.NET Core
Dependency Injection — AutoMapper documentation
AutoMapper
AutoMapper/AutoMapper: A convention-based object-object mapper in .NET.
AutoMapper
C# Creating AutoMapper mapping using reflection - Stack Overflow
using Automapper vs Custom Object Mapper(with reflection) for data transformation of objects
CodeMazeBlog/automapper-aspnet-core: This repo contains the source code for "Automapper in ASP.NET Core" article on Code Maze
AutoMapper vs. QuickMapper vs. Reflection – Microsoft Azure Articles..

Email

Inbox (994) - ahm7dkhalifa@gmail.com - Gmail
Mail - ahmed khalifa - Outlook

Translate

ترجمة Google
Forvo: the pronunciation dictionary. All the words in the world pronounced by native speakers

Social

WhatsApp Web
Facebook
(18) YouTube
(18) الموجز | LinkedIn
Account Overview
Login

Manners

العلم

آيات عن العبد الصالح الذي اتبعه موسى – آيات قرآنية
فصل: الخضر في القرآن الكريم|نداء الإيمان
القرآن الكريم - تفسير الطبري - تفسير سورة الكهف - الآية 65
القرآن الكريم - تفسير الطبري - تفسير سورة يوسف - الآية 37
إسلام ويب - التفسير الكبير - سورة يوسف - قوله تعالى قال لا يأتيكما طعام ترزقانه إلا نبأتكما بتأويله قبل أن يأتيكما - الجزء رقم18
القران الكريم |قَالَ لَا يَأْتِيكُمَا طَعَامٌ تُرْزَقَانِهِ إِلَّا نَبَّأْتُكُمَا بِتَأْوِيلِهِ قَبْلَ أَنْ يَأْتِيَكُمَا ۚ ذَٰلِكُمَا مِمَّا عَلَّمَنِي رَبِّي ۚ إِنِّي تَرَكْتُ مِلَّةَ قَوْمٍ لَا يُؤْمِنُونَ بِاللَّهِ وَهُمْ بِالْآخِرَةِ هُمْ كَافِرُونَ
القرآن الكريم - تفسير الطبري - تفسير سورة الإسراء - الآية 39
ذلك مما أوحى إليك ربك من الحكمة ولا تجعل مع الله إلها . [ الإسراء: 39]
تفسير: (ذلك مما أوحى إليك ربك من الحكمة ولا تجعل مع الله إلها آخر فتلقى في جهنم ملوما مدحورا)
https://tadars.com/app/api?ac=export&from=2068
القرآن الكريم - تفسير الطبري - تفسير سورة البقرة - الآية 269
القرآن الكريم - تفسير القرطبي - تفسير سورة البقرة - الآية 269
معنى في آية.. يؤتي الحكمة من يشاء - بوابة الأهرام
تفسير: (يؤتي الحكمة من يشاء ومن يؤت الحكمة فقد أوتي خيرا كثيرا وما يذكر إلا أولو الألباب)
إسلام ويب - تفسير القرطبي - سورة البقرة - قوله تعالى يؤتي الحكمة من يشاء ومن يؤت الحكمة فقد أوتي خيرا كثيرا - الجزء رقم1
تفسير يؤتي الحكمة من يشاء ومن يؤت الحكمة فقد أوتي خيرا كثيرا وما [ البقرة: 269]

اللين

اللِّين والرِّفق - موقع مقالات إسلام ويب
حديث
حديث
حديث

الرضا

الرضا بما قسمه الله لك - موضوع
فضل الرضا بما قسمه الله | الوفد
أحاديث النبي صلى الله عليه وسلم عن الرضا - مجلة رجيم

الامانة

التَّحْذِيرُ مِنْ أَكْلِ الْحَرَامِ فِي الْقُرْآنِ وَالسُّنَّةِ | موقع تفريغات العلامة رسلان
مفهوم الأمانة - موضوع
الأمانة في العمل
الخيانة في الإسلام

العقل

تعريف التفكير لغة واصطلاحًا - سطور
الفرق بين التفكر والتعقل - بحث Google‏
قواعد التفكير السليم في الاسلام - بحث Google‏
التفكر والتأمل - بحث Google‏
تفكير - ويكيبيديا
تعريف و شرح و معنى التفكير بالعربي في معاجم اللغة العربية معجم المعاني الجامع، المعجم الوسيط ،اللغة العربية المعاصر ،الرائد ،لسان العرب ،القاموس المحيط - معجم عربي عربي صفحة 1
ماهو التفكير العميق
التفكير
أهداف التفكير الإنساني - UK
نعم نستطيع تعليم التفكير: منهاج التربية الإسلامية (3 - 5) - Alghad
ما التفكير؟ وكيف يجب ان نفكر؟ - صحيفة الرأي
مهارات التفكير - موقع مقالات إسلام ويب
الفرق بين التفكير السطحي والعميق والمستنير - flash point
ما هي النظرة السطحية | المرسال
من الأهداف الرئيسة للتربية تنمية تفكير الطلاب ومهاراتهم في حل المشكلات وإذا أردنا أن نحقق هذا الهدف لدى الطلاب لا بد لنا أن نتعلم كيف ننمي.ماذا ننمي؟ - تخصصات بيت.كوم
أنواع وخصائص التفكير السليم ….. الدكتور عبدالله عمر – منى الإسلام
منتديات واتا الحضارية
كيف تفكر بطريقة صحيحة - موضوع
تعريف العقل لغة واصطلاحاً
مفهوم العقل لغة واصطلاحا | Facebook
تعريف و شرح و معنى عقل بالعربي في معاجم اللغة العربية معجم المعاني الجامع، المعجم الوسيط ،اللغة العربية المعاصر ،الرائد ،لسان العرب ،القاموس المحيط - معجم عربي عربي صفحة 1
دار الإفتاء - العقل ومكانته في الكتاب والسنة
تعريف و شرح و معنى التفكير بالعربي في معاجم اللغة العربية معجم المعاني الجامع، المعجم الوسيط ،اللغة العربية المعاصر ،الرائد ،لسان العرب ،القاموس المحيط - معجم عربي عربي صفحة 1
طريقة كيف تفكر بطريقة صحيحة
كيف تفكر بطريقة صحيحة ؟ ... غير افكارك تتغير حياتك مميز
ما هو التفكير المنطقي وكيف يكون | المرسال
تعريف و شرح و معنى يتأمل بالعربي في معاجم اللغة العربية معجم المعاني الجامع، المعجم الوسيط ،اللغة العربية المعاصر ،الرائد ،لسان العرب ،القاموس المحيط - معجم عربي عربي صفحة 1
تعريف و شرح و معنى تأمل بالعربي في معاجم اللغة العربية معجم المعاني الجامع، المعجم الوسيط ،اللغة العربية المعاصر ،الرائد ،لسان العرب ،القاموس المحيط - معجم عربي عربي صفحة 1
معرفة - ويكيبيديا
التفكير (1)
التفكير فريضة اسلامية
التفكير في الإسلام - الإسلام سؤال وجواب
التفكر في الإسلام | صحيفة الخليج
المعاني - الآيات والسور التى وردت فيها كلمة يتفكرون ومشتقاتها في القرآن الكريم.
أخبار الخليج | (تأملات في آيات القرآن الكريم) (8) مرادفات آيات العقل ومدلولاتها التربوية في القرآن الكريم
مكان العقل في القرآن الكريم
دار الإفتاء - العقل ومكانته في الكتاب والسنة
شبكة الألوكة
العقل - طريق الإسلام
تعريف و شرح و معنى عقل بالعربي في معاجم اللغة العربية معجم المعاني الجامع، المعجم الوسيط ،اللغة العربية المعاصر ،الرائد ،لسان العرب ،القاموس المحيط - معجم عربي عربي صفحة 1
معنى الحِكْمَة لغةً واصطلاحًا - موسوعة الأخلاق - الدرر السنية
ما معنى الحكمة لغةً واصطلاحًا.. وما هو تعريفها الفلسفي – موقع زيادة
تعريف و شرح و معنى الحكمة بالعربي في معاجم اللغة العربية معجم المعاني الجامع، المعجم الوسيط ،اللغة العربية المعاصر ،الرائد ،لسان العرب ،القاموس المحيط - معجم عربي عربي صفحة 1
معنى حكمة في قواميس ومعاجم اللغة العربية
معنى الحكمة لغة واصطلاحا - معنى الحب
ما هي الحكمة | تعريف الحكمة في الإسلام والأدب العربي - Wiki Wic | ويكي ويك
التدبر في اللغة - خالد بن عثمان السبت - طريق الإسلام
في رحــــــاب التنزيــل: تعريف التدبر وأنواعـــــــــه
التفكر والتدبر والتأمل | صحيفة الخليج
الفرق بين التأمل والتفكر والتدبر | موقع جريدة المجد الإلكتروني
ما الفرق بين التأمل والتفكر والتدبر ?
وسائل اليقين بين الحواس الخمس والفؤاد والعقل – التفكر فريضة إسلامية
حواس الانسان المعروفة والغير المعروفة | المرسال
التفكير السليم.. فريضة إسلامية | صحيفة الخليج
ضوابط في منهج التفكير الإسلامي – بوابة الرابطة المحمدية للعلماء
تنمية التفكير في الاسلام
إِنَّهُ فَكَّرَ وَقَدَّرَ.فَقُتِلَ كَيْفَ قَدَّرَ - مع القرآن (من الأحقاف إلى الناس) - أبو الهيثم محمد درويش - طريق الإسلام
ماهي الحكمة؟ - اسلام اون لاين
من معاني الحِكْمَة - طريق الإسلام
عقل - ويكيبيديا
مفهوم العقل في الإسلام
ماهية العقل ( العقل في اللغة وعند الفلاسفة )
المبحث الأول: وظيفة العقل في الإسلام - موسوعة الفرق - الدرر السنية
وظيفة العقل
وظيفة العقل وتعريفه في الإسلام - موقع مُحيط
وظيفة العقل كما يريدها الله لك
دار الإفتاء - العقل ومكانته في الكتاب والسنة
الحِكْمَة بمعنى السُّنَّة، وبيان الشَّرائع - موسوعة الأخلاق - الدرر السنية
تفكر - ويكيبيديا
تعريف و شرح و معنى تفكر بالعربي في معاجم اللغة العربية معجم المعاني الجامع، المعجم الوسيط ،اللغة العربية المعاصر ،الرائد ،لسان العرب ،القاموس المحيط - معجم عربي عربي صفحة 1
التفكر
ص845 - كتاب نضرة النعيم في مكارم أخلاق الرسول الكريم - الفرق بين التأمل والتفكر والتدبر - المكتبة الشاملة الحديثة
تعريف و شرح و معنى يتدبر بالعربي في معاجم اللغة العربية معجم المعاني الجامع، المعجم الوسيط ،اللغة العربية المعاصر ،الرائد ،لسان العرب ،القاموس المحيط - معجم عربي عربي صفحة 1
معنى يتدبر في قواميس ومعاجم اللغة العربية
معنى و شرح يتدبر في معجم اللغة العربية المعاصرة معجم عربي عربي و قاموس عربي عربي
القرآن الكريم - تفسير الطبري - تفسير سورة الأعراف - الآية 179
تفسير قوله تعالى: {إِنَّ السَّمْعَ وَالْبَصَرَ وَالْفُؤَادَ ...}
القرآن الكريم - تفسير الطبري - تفسير سورة الأنفال - الآية 22
كيف يفكر عقل الإنسان - موضوع
كيف يفكر عقل الإنسان .. العقل البشرى وعمليات التفكير - موقع المعلومات
كيف يفكر عقل الإنسان - موقع فكرة
هل الحديث مع النفس نوع من التفكير؟ | صحيفة الرأي
ما هو التفكير - موضوع
أهمية التفكير في حياة الإنسان - سطور
أهمية التفكير في حياة الإنسان - مقالة
أهمية التفكير - صحيفة الاتحاد
أهمية التفكير الإيجابي - مفاهيم
أهمية التفكير
تعلم كيف تفكر... مهارات التفكير - YouTube
تعريف التفكير - موضوع
آيات عن العقل – آيات قرآنية
حث القرآن على استعمال العقل
العقل نعمة إلهية والتفكير فريضة إسلامية – موقع اعجاز القرآن والسنة | الاعجاز العلمي في القرآن| معجزات القرآن |
الإسلام يدعو إلى الإبداع والابتكار.. فلم التقليد الأعمى؟
الإبداع في الإسلام | مصراوى
القرآن الكريم - تفسير الطبري - تفسير سورة البقرة - الآية 170
كيف يعمل العقل البشري - موضوع

استشعار نعم الله

استشعار نعم الله | الوفد
نعمة الإحساس بالنعمة | الوفد
طرق استجلاب حلاوة النعم والطاعات - إسلام ويب - مركز الفتوى
نعم الرب لا تحصى والمطلوب واستشعارها وشكرها - إسلام ويب - مركز الفتوى
هل استشعرت نعم الله عليك؟
ذكر النعم العبادة المهجورة - إسلام أون لاين
القرآن الكريم - تفسير الطبري - تفسير سورة الحديد - الآية 23
جمال القرآن.. "لكيلا تأسوا على ما فاتكم" بلاغة الوصف فى أرزاق الله - اليوم السابع
كيف تتعامل مع نعم الله عليك | مصراوى
اذكرى نعم الله عليك - العبادة المنسية - أخوات طريق الإسلام
ذكر النعم وشكرها يكون بالقلب واللسان والجوارح - الإسلام سؤال وجواب
تعالوا نتذاكر نعم الله علينا | موقع المسلم
وكان فضل الله عليك عظيما – زيادة
{ والله ذو الفضل العظيم }
ذو فضل وذو الفضل العظيم - شبكة مدينة الحكمة
يا أيها الناس اذكروا نعمة الله عليكم - مع القرآن (من لقمان إلى الأحقاف ) - أبو الهيثم محمد درويش - طريق الإسلام
اذكروا نعمة الله عليكم (خطبة)
نور الهداية متشابهات القرآن ولمسات بيانية - ((((((( 1 ))))))))))) (و)اذكروا نعمة الله عليكم : ~~~~~~~~~~~~~~~ 8 مرات فى القرآن الكريم منها (3 فى المائدة ) * منها 3 بواو فى أول 3 سور(البقرة وآل عمران والمائدة 7 ) ** و5 بدون واو فى المائدة 11-20 وفى إبراهيم والأحزاب وفاطر منها 5 فى المؤمنين و2 فى بنى إسرائل و1 فى الناس **** منها نعمة بالتاء المربوطة 4 مرات فى المائدة 7 - 20 وفى إبراهيم والأحزاب نعمت بالتاء المبسوطة فى البقرة وآل عمران والمائدة 11وفاطر 1- سورة البقرة وَإِذَا طَلَّقْتُمُ النِّسَاءَ فَبَلَغْنَ أَجَلَهُنَّ فَأَمْسِكُوهُنَّ بِمَعْرُوفٍ أَوْ سَرِّحُوهُنَّ بِمَعْرُوفٍ وَلَا تُمْسِكُوهُنَّ ضِرَارًا لِتَعْتَدُوا وَمَنْ يَفْعَلْ ذَلِكَ فَقَدْ ظَلَمَ نَفْسَهُ وَلَا تَتَّخِذُوا آيَاتِ اللهِ هُزُوًا وَاذْكُرُوا نِعْمَةَ اللهِ عَلَيْكُمْ وَمَا أَنْزَلَ عَلَيْكُمْ مِنَ الْكِتَابِ وَالْحِكْمَةِ يَعِظُكُمْ بِهِ وَاتَّقُوا اللهَ وَاعْلَمُوا أَنَّ اللهَ بِكُلِّ شَيْءٍ عَلِيمٌ (231) ( المؤمنين) 2- سورة آل عمران وَاعْتَصِمُوا بِحَبْلِ اللهِ جَمِيعًا وَلَا تَفَرَّقُوا وَاذْكُرُوا نِعْمَةَ اللهِ عَلَيْكُمْ إِذْ كُنْتُمْ أَعْدَاءً فَأَلَّفَ بَيْنَ قُلُوبِكُمْ فَأَصْبَحْتُمْ بِنِعْمَتِهِ إِخْوَانًا وَكُنْتُمْ عَلَى شَفَا حُفْرَةٍ مِنَ النَّارِ فَأَنْقَذَكُمْ مِنْهَا كَذَلِكَ يُبَيِّنُ اللهُ لَكُمْ آيَاتِهِ لَعَلَّكُمْ تَهْتَدُونَ (103)( المؤمنين) 3- سورة المائدة وَاذْكُرُوا نِعْمَةَ اللهِ عَلَيْكُمْ وَمِيثَاقَهُ الَّذِي وَاثَقَكُمْ بِهِ إِذْ قُلْتُمْ سَمِعْنَا وَأَطَعْنَا وَاتَّقُوا اللهَ إِنَّ اللهَ عَلِيمٌ بِذَاتِ الصُّدُورِ (7)( المؤمنين) 4- سورة المائدة يَا أَيُّهَا الَّذِينَ آمَنُوا اذْكُرُوا نِعْمَةَ اللهِ عَلَيْكُمْ إِذْ هَمَّ قَوْمٌ أَنْ يَبْسُطُوا إِلَيْكُمْ أَيْدِيَهُمْ فَكَفَّ أَيْدِيَهُمْ عَنْكُمْ وَاتَّقُوا اللهَ وَعَلَى اللهِ فَلْيَتَوَكَّلِ الْمُؤْمِنُونَ (11)( المؤمنين) 5- سورة المائدة وَإِذْ قَالَ مُوسَى لِقَوْمِهِ يَا قَوْمِ اذْكُرُوا نِعْمَةَ اللهِ عَلَيْكُمْ إِذْ جَعَلَ فِيكُمْ أَنْبِيَاءَ وَجَعَلَكُمْ مُلُوكًا وَآتَاكُمْ مَا لَمْ يُؤْتِ أَحَدًا مِنَ الْعَالَمِينَ (20)(بنى إسرائيل) 6- سورة إِبراهيم وَإِذْ قَالَ مُوسَى لِقَوْمِهِ اذْكُرُوا نِعْمَةَ اللهِ عَلَيْكُمْ إِذْ أَنْجَاكُمْ مِنْ آلِ فِرْعَوْنَ يَسُومُونَكُمْ سُوءَ الْعَذَابِ وَيُذَبِّحُونَ أَبْنَاءَكُمْ وَيَسْتَحْيُونَ نِسَاءَكُمْ وَفِي ذَلِكُمْ بَلَاءٌ مِنْ رَبِّكُمْ عَظِيمٌ (6)(بنى إسرائيل) 7- سورة الأحزاب يَا أَيُّهَا الَّذِينَ آمَنُوا اذْكُرُوا نِعْمَةَ اللهِ عَلَيْكُمْ إِذْ جَاءَتْكُمْ جُنُودٌ فَأَرْسَلْنَا عَلَيْهِمْ رِيحًا وَجُنُودًا لَمْ تَرَوْهَا وَكَانَ اللهُ بِمَا تَعْمَلُونَ بَصِيرًا (9)( المؤمنين) 8- سورة فاطر يَا أَيُّهَا النَّاسُ اذْكُرُوا نِعْمَةَ اللهِ عَلَيْكُمْ هَلْ مِنْ خَالِقٍ غَيْرُ اللهِ يَرْزُقُكُمْ مِنَ السَّمَاءِ وَالْأَرْضِ لَا إِلَهَ إِلَّا هُوَ فَأَنَّى تُؤْفَكُونَ (3) (الناس) | Facebook
ما هي نعم الله على الإنسان - موضوع
ذكر النعم… العبادة المهجورة
اذكروا نعمة الله عليكم - ملتقى الخطباء
ما أجمل أن تتذكر نعم الله عليك في بدنك ودينك! - ملتقى الخطباء
سوء الظن جمرة شيطانية في القلب حذّرت منها الشريعة
ظن (خلق) - ويكيبيديا
المعاني - الآيات والسور التى وردت فيها كلمة الظن ومشتقاتها في القرآن الكريم.
لفظ الظن في القرآن - موقع مقالات إسلام ويب
ذم سوء الظن في القرآن الكريم - ملفات متنوعة - طريق الإسلام
كره الناس والنظر للحياة نظرة تشاؤمية... وكيفية التخلص من ذلك - موقع الاستشارات - إسلام ويب
نظرة تشاؤمية للحياة واستغراق في الهم والحزن! - موقع الاستشارات - إسلام ويب
عندما يكون التفاؤل منهج حياة - طريق الإسلام
(24) لماذا لا نستمتع بالنعم - إحسان الظن بالله - إياد قنيبي - طريق الإسلام
تشويه معرفي - ويكيبيديا
ما هي التشوهات المعرفية؟ (cognitive distortions) هي ببساطة طرق يقنعنا بها عقلنا بشيء غير صحيح. هذه الأفكار غير الدقيقة تعزز التفكير أو المشاعر السلبية. فتجعلنا نقنع أنفسنا بأشياء تبدو منطقية ودقيقة، ولكن في الحقيقة هي أفكار غير منطقية وغير دقيقة تجعلنا نشعر بسوء اتجاه أنفسنا فقط - Rattibha
Mental Filters and Panic Disorder
How to Stop Negative Thinking: Mental Filtering - Cognitive Distortion #4 - YouTube
How Does the "Mental Filter" Make You Sad and Anxious? - Manhattan Center for Cognitive Behavioral Therapy
What Are Cognitive Distortions? (With 10 Examples) | UPMC HealthBeat
Cognitive distortion - Wikipedia
Cognitive Distortions: 10 Examples of Distorted Thinking
علاج التفكير السلبي والوسواس وطرق التخلص من الخوف المرضي • لبيه
أعاني من التفكير السلبي والحزن والوساوس. - موقع الاستشارات - إسلام ويب
التفكير السلبي مجرد وقت ضائع - طريق الإسلام
التخلص من الأفكار السلبية بالقرآن والسنة – زيادة
حديث
300 من حديث: (أن النبي صلى الله عليه وسلم دخل على أعرابي يعوده..)
حديث «لا بأس طهور إن شاء الله» إلى «من قال لا إله إلا الله والله أكبر..» - الموقع الرسمي للشيخ أ. د. خالد السبت
لا بَأْسَ.. طَهُورٌ إِن شَاء اللَّه
الدرر السنية
الإيجابية من منظور إسلامي
التفكير الإيجابي و الإسلام ..بقلم: سميرة عبد المنعم - جريدة الفراعنة
وسائل وطرق التفكير الإيجابي والنظرة المتفائلة للأمور - موقع الاستشارات - إسلام ويب
احذر من التفكير السلبي لأنه آفة هذا العصر - إسلام أون لاين
التفكير السلبي والايجابي - مُلهِم
التفكير الإيجابي والتفكير السلبي وكيف تؤثر الأفكار على حياتك
أمثلة على التفكير الإيجابي والتفكير السلبي | المرسال
Power Tool: Positive Thinking vs. Negative Thinking
Question
Positive Thinking: Definition, Benefits, and How to Practice
13 من حديث ( عجباً لأمر المؤمن إن أمره كله له خير..)
حديث «عجبًا لأمر المؤمن..» - الموقع الرسمي للشيخ أ. د. خالد السبت
حديث
الدرر السنية
حسن الظن بالله.. عبادة وسعادة - موقع مقالات إسلام ويب
حسن الظن بالله تعالى
مفهوم حسن الظن بالله تعالى - الإسلام سؤال وجواب
حُسن الظن بالله من الإيمان - صحيفة الاتحاد
عبادة قلبية لا يكتمل إيمانك إلا بها.. 10 أسباب تدعوك إلى حسن الظن بالله
لماذا يجب علينا أن نحسن الظن بالله | الوفد
التحذير من جحود النعم وكفرانها (خطبة)
نعم الله على عباده - ملتقى الخطباء
ولكن أكثر الناس لا يشكرون! - الراي
التفكر بالنِعم… العبادة المُغترِبة – بصائر
من ثمار التفكر في نعم الله وآلائه - ناصحون
التذكير بالنعم المألوفة (النعم الدائمة والنعم المتجددة) - إبراهيم بن محمد الحقيل - طريق الإسلام
كيف نشكر الله على النعم - موضوع
معرفة الله ـ نعم الله ـ الدرس الثالث | مركز هُدَى القُرآن
المعرفة الحقيقية للنعم تقود إلى شكرها

اداب البلاء

" يجعل الله للمتقين من كل ضيق فرجا " - الكلم الطيب
القرآن الكريم - تفسير السعدي - تفسير سورة الأنعام - الآية 64
قُلِ ٱللَّهُ يُنَجِّيكُم مِّنْهَا وَمِن كُلِّ كَرْبٍۢ ثُمَّ أَنتُمْ تُشْرِكُونَ (الأنعام - 64)
الموقع الرسمي للشيخ محمد صالح المنجد - الفرج بعد الشدة
كتاب : الفرج بعد الشدة
الدرر السنية - الموسوعة الحديثية
الفرج بعد الشدة - ملتقى الخطباء
فضلُ الصبر على المصيبة
عشر وصايا للصبر على المصائب
"عوض من الله".. مكافاة لمن يصبر.. فلا تقنط ولا تجزع
وصيتي لكل محزون - الموقع الرسمي للشيخ أ. د. خالد السبت
اختبار الله للعبد بالمحن
16 من حديث ( إن الله عز وجل قال: إذا ابتليت عَبدي بحبيبتيه فصبر عوضته منهما الجنة..)
شرح حديث أنس: إذا ابتليت عبدي بحبيبتيه فصبر عوضته منهما الجنة
عزاءٌ لأهلِ البلاء - طريق الإسلام
ذلك فضل الله يؤتيه من يشاء والله ذو الفضل العظيم . [ الجمعة: 4]
القرآن الكريم - تفسير ابن كثير - تفسير سورة الجمعة - الآية 4
القرآن الكريم - تفسير السعدي - تفسير سورة الجمعة - الآية 4
إسلام ويب - التفسير الكبير - سورة الحديد - قوله تعالى ذلك فضل الله يؤتيه من يشاء والله ذو الفضل العظيم - الجزء رقم14
Pin on أحصيناه كتابًا
القرآن الكريم - تفسير ابن كثير - تفسير سورة الحديد - الآية 29
القران الكريم |لِئَلَّا يَعْلَمَ أَهْلُ الْكِتَابِ أَلَّا يَقْدِرُونَ عَلَىٰ شَيْءٍ مِنْ فَضْلِ اللَّهِ ۙ وَأَنَّ الْفَضْلَ بِيَدِ اللَّهِ يُؤْتِيهِ مَنْ يَشَاءُ ۚ وَاللَّهُ ذُو الْفَضْلِ الْعَظِيمِ
الاقتداء بالأنبياء
قدوة الصابرين نبيُّ اللهِ أيوب عليه السلام
نعمة الابتلاء
رسالة إلى كل مبتلى ومصاب ومهموم - عبد الرحمن بن عبد الله السحيم - طريق الإسلام
الله ذو الفضل - أخبار السعودية | صحيفة عكاظ
من أسماء الله الحسنى: ذو الفضل - فقه
الصبر على البلاء - الكلم الطيب

الصمت

فضل الصمت ومنزلته
الدرر السنية
حديث
حديث
خلق الصمت - موقع مقالات إسلام ويب
حديث
الترغيب في الصمت في السنة النبوية - موسوعة الأخلاق - الدرر السنية
حديث
القرآن الكريم - تفسير الطبري - تفسير سورة الأحزاب - الآية 70
اتقوا الله و قولوا قولاً سديداً - مع القرآن (من لقمان إلى الأحقاف ) - أبو الهيثم محمد درويش - طريق الإسلام
الترغيب في الصمت في السنة النبوية - موسوعة الأخلاق - الدرر السنية
الترغيب في الصمت في القرآن الكريم - موسوعة الأخلاق - الدرر السنية
الدرر السنية
وقولوا للناس حُسنًا - طريق الإسلام

التعامل مع الناس

التسامح في التعامل مع الآخرين .. أحكام فقهية تأصيلية | صحيفة الخليج
فن التعامل مع الناس

Work

Thiqah

Projects

Mazad

Summary - Overview
Mazad
MazadBackEnd - Repos
MazadFrontEnd - Repos
Swagger UI
Database
Vault
Vault
Argo CD

Integration

PushNotification

Swagger UI

Notification Gateway

Projects - Home

General

Projects - Home
Support : Employee Experience Center
Shaker Consultancy Group - خرائط ‪Google‬‏‏
Oracle Fusion Cloud Applications
Rancher
Rancher
Net Salary.xlsx

Andalusia

Andalusia HR System
Public Reports - SQL Server 2017 Reporting Services
Assigned to me - Microsoft Team Foundation Server
$/ADS_Medical - Microsoft Team Foundation Server
BackOffice BO_R6_Supplychain_Sprint11 - Microsoft Team Foundation Server
$/Test Automation - Microsoft Team Foundation Server
Release Management - Medical Enviroment
Release Management - Medical Enviroment
Script-Request
ahbs-support.andalusiagroup.net:8080/WOListView.do?SkipNV2Filter=true
ManageEngine ServiceDesk Plus
Ahmed Ahmed AbdElAziz Khalifa - Outlook Web App
Home - Andalusia | HMIS
Dashboard - Octopus Deploy
Release Management - Medical Enviroment
Build
Overview - Octopus Deploy
ScrumsDailyWorkUtilization - Report Manager
ScrumsDailyWorkUtilization1 - Report Manager
Employees Performance Summary new - Report Manager
Releases > Release - Octopus Deploy
Octopus Deploy
Releases > Create release for ADS Medical - Octopus Deploy
Dashboard - Octopus Deploy
Overview - Octopus Deploy
Microsoft Team Foundation Server
Overview - Microsoft Team Foundation Server
Overview - Microsoft Team Foundation Server
log.txt
Index of \\aws-systest-01\log\
Services - Andalusia: agn08610 - Dynatrace
Service details - Andalusia: agn08610 - Dynatrace
ManageEngine ServiceDesk Plus
ManageEngine ServiceDesk Plus

Jobs

https://karat.com/working-with-us/?gclid=Cj0KCQjwkbuKBhDRARIsAALysV5los7mjcdfKmi8yIlk6gT0hPUMqNc49iL50p5R-JOYT_tCyqzNbrcaAiuFEALw_wcB
Students and Graduates at Microsoft
VanHack - Find your next great tech talent

Google

Google Docs
Google Drive

Programming

Ahm7dKhalifa (ahmed khalifa)
https://www.pluralsight.com

MyWebApps

Login
Index
EnterVR
DIVIDE & CONQUER | Algorithm

Mail - Ahmed A. Khalifa - Outlook
Microsoft Teams

Programs

Free Screen Recorder - Bandicam

فواتير - ا جلال

استعلام عن الفواتير
شركة الاسكندرية لتوزيع الكهرباء
شركة الاسكندرية لتوزيع الكهرباء